mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 12:13:41 +02:00
Problem was that changing the active cellview index by clicking on a specific item in the properties dialog cause a "clear_selection". That interfered with the code of the properties dialog that expects a static selection. Fixed by disabling the events that lead to "clear_selection". Side effect is that under these circumstances the active_cellview_changed event is not triggered which also prevents side effects due to scripts hooking into that event.