Skip to content

Commit 6af503f

Browse files
committed
Fix intial value
1 parent a622d46 commit 6af503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebView2APISample/AppWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class AppWindow
103103
// Fullscreen related code
104104
WINDOWPLACEMENT m_previousPlacement;
105105
HMENU m_hMenu;
106-
BOOL m_containsFullscreenElement = TRUE;
106+
BOOL m_containsFullscreenElement = FALSE;
107107
bool m_fullScreenAllowed = true;
108108
void EnterFullScreen();
109109
void ExitFullScreen();

0 commit comments

Comments
 (0)