Skip to content

Commit 76ec340

Browse files
committed
don't activate on minimize in fullscreen
1 parent 67df6f9 commit 76ec340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlashpointSecurePlayer/WebBrowserMode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ private void WebBrowserMode_Deactivate(object sender, EventArgs e) {
644644
}
645645

646646
WINDOWPLACEMENT windowPlacement = WindowPlacement;
647-
windowPlacement.showCmd = SW.SW_MINIMIZE;
647+
windowPlacement.showCmd = SW.SW_SHOWMINNOACTIVE;
648648
WindowPlacement = windowPlacement;
649649
}
650650

0 commit comments

Comments
 (0)