WIP: lib browser - open properties dialog after dropping PCell. TODO: needs to be modal with cancel option

This commit is contained in:
Matthias Koefferlein 2019-08-03 01:03:59 +02:00
parent 9daf63403a
commit ed2cdc6c7e
1 changed files with 5 additions and 0 deletions

View File

@ -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;