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:
parent
762b08482c
commit
15bc13acf3
@ -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()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user