10 Commits

Author SHA1 Message Date
Jeff Young
b85c5eb8cc Fix wxWidgets assertion.
(I also increased the spacing between the left
and right columns at the top.)
2025-02-26 13:06:51 +00:00
Jeff Young
29b8066473 Minor dialog cleanup.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20047
2025-02-24 11:08:29 +00:00
Wayne Stambaugh
4e4ebe536e Fix zone manager dialog layout issues.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20046
2025-02-22 15:48:00 -05:00
jean-pierre charras
f354eca50e DIALOG_ZONE_MANAGER: fix crash when modifying zones if a zone is selected
Looks like an issue in EDIT_POINT tool (dangling pointers?)

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19131
2024-11-16 16:18:08 +01:00
jean-pierre charras
b29ee85b4a DIALOG_ZONE_MANAGER_BASE: update code to last wxFormbuilder version.
- remove specific windows IDs (use wxID_ANY everywhere) to avoid any conflict
- add tool-tips
- update also PANEL_ZONE_PROPERTIES_BASE
- should not create any actual change.
2024-07-09 14:02:51 +02:00
Lucas Dumont
535a270e19 Add preview for zone in Zone Manager
Rename the "Apply" button into "Update displayed zones" and prevent
some segfault when cancelling the changes made in the zone manager.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17418
2024-07-09 08:28:54 +00:00
Jeff Young
efd3cb115b Update Zone Manager for look & feel and coding stds. 2024-06-02 17:41:54 +01:00
jean-pierre charras
15e5eabb91 DIALOG_ZONE_MANAGER: refresh zone display when resizing the dialog.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17892
2024-04-29 13:44:28 +02:00
Wayne Stambaugh
3eb5c52073 Improve zone manager dialog layout. 2024-03-03 12:09:01 -05:00
Ethan Chien
d72491a4a5 ADDED: zone manager
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9636
2024-02-24 15:10:50 +00:00