7022488: The security warning may disappear unexpectedly
Initialize the fullScreenExclusiveModeState flag in the AwtWindow constructor Reviewed-by: art, dcherepanov
This commit is contained in:
parent
5b73c007aa
commit
58995bfc8c
@ -221,6 +221,8 @@ AwtWindow::AwtWindow() {
|
||||
|
||||
m_windowType = NORMAL;
|
||||
m_alwaysOnTop = false;
|
||||
|
||||
fullScreenExclusiveModeState = FALSE;
|
||||
}
|
||||
|
||||
AwtWindow::~AwtWindow()
|
||||
|
Loading…
Reference in New Issue
Block a user