Skip to content

Commit

Permalink
MainFormが最大化、最小化されていないときだけ位置とサイズを保存するようにした。(「最小化して終了した時、次起動するとエラー」を解決)
Browse files Browse the repository at this point in the history
  • Loading branch information
lltcggie committed Aug 19, 2014
1 parent 93bfb5b commit 9ef6e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dev/Editor/Effekseer/GUI/GUIManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ internal static void SaveConfig()
doc.Save(configRecentPath);
}

if (MainForm.WindowState == FormWindowState.Normal)
{
System.Xml.XmlDocument doc = new System.Xml.XmlDocument();

Expand Down

0 comments on commit 9ef6e10

Please sign in to comment.