mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 21:35:25 +00:00
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…
x
Reference in New Issue
Block a user