upgrades and stop re-centering on repaint because it re-renders the window on Tahoe

This commit is contained in:
2025-11-26 15:35:00 -05:00
parent 60c269ad35
commit 18f99c3f76
3 changed files with 98 additions and 95 deletions

View File

@@ -238,7 +238,8 @@ func repaint(name string, data tk.Opt) {
} else {
tk.App.WmTitle("why")
}
tk.App.Center()
// causes weird behavior on macOS 26 where the window re-renders during the move
// tk.App.Center()
}
func menuSelect() {