Skip to content

Commit 6677c62

Browse files
committed
StartPage lost reference to DockPanel on layout restore, fixes #912
1 parent 5f212a9 commit 6677c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/Plugins/StartPage/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public void CreateStartPage()
249249
public void ShowStartPage()
250250
{
251251
if (this.startPage == null) this.CreateStartPage();
252-
else this.startPage.Show();
252+
else this.startPage.Show(PluginBase.MainForm.DockPanel);
253253
}
254254

255255
#endregion

0 commit comments

Comments
 (0)