mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-22 11:17:31 +01:00
bugfix 2613
This commit is contained in:
parent
4245877890
commit
7484320908
@ -370,6 +370,8 @@ QVector <ObjectManipulator*> ObjectManipulator::getAllMdiObjectManipulators ()
|
||||
{
|
||||
QVector <ObjectManipulator*> ret ;
|
||||
QList<QMdiSubWindow *> subWindowList = mw->getMdiArea()->subWindowList();
|
||||
if (m_project->getRCS()==NULL)
|
||||
return ret ;
|
||||
QString fileName = m_project->getRCS()->getFileName();
|
||||
for (int i = 0 ; i < subWindowList.size();i++)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user