Close property browser when reset window.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-02-18 15:34:06 +02:00
parent 22aa73e308
commit f77258ac70

View file

@ -1475,6 +1475,7 @@ void MainWindow::Clear()
qt_ntfs_permission_lookup--; // turn it off again
#endif /*Q_OS_WIN32*/
qApp->getUndoStack()->clear();
toolOptions->itemClicked(nullptr);
}
//---------------------------------------------------------------------------------------------------------------------