mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 09:59:37 +02:00
bugfix 2560
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user