1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-16 23:47:46 +02:00

fixes #936 hitting Tab in object editor switches focus to the tree

This commit is contained in:
Vadim Kurland 2009-12-18 02:56:35 +00:00
parent 762b08482c
commit 15bc13acf3
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 2189
#define BUILD_NUM 2191

View File

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