mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Hook into DIALOG_SHIM to remember stylistic preferences for windows such as position, size, sash position, notebook selection, etc. Dialogs and controls can opt out of this by setting a client data user property "persist" to false. Fixes https://gitlab.com/kicad/code/kicad/-/issues/19992 Fixes https://gitlab.com/kicad/code/kicad/-/issues/10756 Fixes https://gitlab.com/kicad/code/kicad/-/issues/21108