diff --git a/build_num b/build_num index c6955adc4..5e2354719 100644 --- a/build_num +++ b/build_num @@ -1 +1 @@ -#define BUILD_NUM 2189 +#define BUILD_NUM 2191 diff --git a/src/gui/FWCmdChange.cpp b/src/gui/FWCmdChange.cpp index 95536e11a..dda7f9726 100644 --- a/src/gui/FWCmdChange.cpp +++ b/src/gui/FWCmdChange.cpp @@ -126,8 +126,8 @@ void FWCmdChange::notify() mw, new openObjectInEditorEvent(filename, obj->getId())); } - QCoreApplication::postEvent( - mw, new showObjectInTreeEvent(filename, obj->getId())); + // QCoreApplication::postEvent( + // mw, new showObjectInTreeEvent(filename, obj->getId())); QCoreApplication::postEvent(mw, new dataModifiedEvent(filename, obj->getId()));