1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 04:07:55 +01:00

bugfix 2561

This commit is contained in:
2008-05-18 20:48:37 +00:00
parent 4b75a01615
commit 425087d21d

View File

@ -3306,7 +3306,7 @@ void ProjectPanel::loadState ()
FileName =rcs->getFileName();
if (FileName!="")
{
if (!mdiWindow->isMaximized ())
if (st->getInt("Window/maximized")!=0)
{
int x = st->getInt("Window/"+FileName+"/x");
int y = st->getInt("Window/"+FileName+"/y");