bugfix 2560

This commit is contained in:
2008-05-15 20:21:53 +00:00
parent 84e1b735e2
commit 7362e9129a
+7 -3
View File
@@ -3336,14 +3336,18 @@ void ProjectPanel::loadState ()
void ProjectPanel::resizeEvent ( QResizeEvent * event )
{
if (oldState==-1)
/*if (oldState==-1)
{
if (isMaximized ())
oldState=0;
return ;
}
}*/
if (!firstResize&&rcs!=NULL)
{
loadState();
}
}
if (firstResize&&rcs!=NULL)
{
saveState();
}
}