mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 04:07:55 +01:00
bugfix 2561
This commit is contained in:
parent
4b75a01615
commit
425087d21d
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user