Commit Graph

4 Commits

Author SHA1 Message Date
Jeff Young 631d8d7354 Use more finesse in updating status while edit control is open.
Doing an ApplyEdit() keeps the wxEVT_GRID_CELL_CHANGED event
from firing in some cases.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/22928
2026-02-05 14:07:52 +00:00
Jeff Young f4e025596b Passing a string to LIBRARY_TABLE's c'tor doesn't do what you think it does.
Also fixes nested tables being deleted out from under
the dialog.

Also fixes a bug where PANEL_DESIGN_BLOCK_LIB_TABLE
had fallen behind the the other two.
2026-01-20 13:18:46 +00:00
Jeff Young 1c7e95d8f0 Select new tab when opening table.
Also, don't open same table more than once.
2026-01-19 21:41:35 +00:00
Jeff Young 4287321f9f Nested library table editing. 2025-11-08 17:10:26 +00:00