1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-22 11:17:31 +01:00

bugfix 2613

This commit is contained in:
2008-05-31 08:53:45 +00:00
parent 4245877890
commit 7484320908

View File

@ -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++)
{