Skip to content

Commit 90d377a

Browse files
committed
formatting
1 parent da989d0 commit 90d377a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

FlashpointSecurePlayer/WebBrowserMode.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,8 @@ private void exitFullscreenLabelTimer_Tick(object sender, EventArgs e) {
994994

995995
protected override bool ProcessCmdKey(ref Message msg, Keys keyData) {
996996
// don't disable keys on e.g. the address bar
997-
if (ActiveControl != null && ActiveControl == closableWebBrowser) {
997+
if (ActiveControl != null
998+
&& ActiveControl == closableWebBrowser) {
998999
// IMPORTANT: these controls (such as Backspace to navigate back)
9991000
// must be handled here in ProcessCmdKey, not on PreviewKeyDown!
10001001
// otherwise, controls on the page won't recieve the input

0 commit comments

Comments
 (0)