mirror of https://github.com/KLayout/klayout.git
WIP: lib browser - open properties dialog after dropping PCell. TODO: needs to be modal with cancel option
This commit is contained in:
parent
9daf63403a
commit
ed2cdc6c7e
|
|
@ -1487,6 +1487,11 @@ InstService::do_finish_edit ()
|
|||
m_has_valid_cell = false;
|
||||
m_in_drag_drop = false;
|
||||
|
||||
// on a preconfigured PCell offer to edit the properties now
|
||||
if (m_is_pcell) {
|
||||
view ()->show_properties (QApplication::activeWindow ());
|
||||
}
|
||||
|
||||
} catch (...) {
|
||||
m_has_valid_cell = false;
|
||||
m_in_drag_drop = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue