Releases: aardappel/treesheets
Releases · aardappel/treesheets
3002
3001
Prefer same color in celltextcolors over same custom color
3000
Fix AUI quirk with miscalculated wxAuiToolbar Applying the perspective after a perspective reset, the third icon from repltb went missing. Fix this by adding a strechtable space.
2999
last...color already match default color The last...color variables in System are already default initialized with the desired default colors in the dropdowns, so just do not use magic index numbers.
2998
Do not iterate over custom color
2997
Remember last colors over session
2996
Defer Iconize to the next iteration in the event loop on wxGTK On Linux (particularly GTK-based desktop environments), calling Iconize(true) immediately after Show() and Maximize() can be unreliable because the window manager might still be processing the initial mapping and resizing of the window. By wrapping the Iconize(true) call in CallAfter, we delay it until the event loop starts, ensuring it is processed after the window is fully initialized and mapped by the window manager. This fixes the issue where starting the application minimized would sometimes have no effect.
2995
add start minimized configuration (#1373)
2994
Update right status bar items on column width reset and others
2992
Update right status bar items on column width change