You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title:
When the window is maximized initially, and then setFullScreen(false) is called, the window becomes abnormal.
Content:
When waitingUntilReadyToShow, fullScreen is set to true. At this time, when setFullScreen(false) is restored, the window only has the background color, no content, and the taskbar icon disappears. The call windowManager.minimize() also has no response. The platform is Windows.
在waitUntilReadyToShow的时候,设置fullScreen为true。这个时候发现setFullScreen(false)恢复的时候,窗口只有背景色,无任何内容,也任务栏图标也消失。windowManager.minimize();这个调用也无任何反应。
平台为windows。
The text was updated successfully, but these errors were encountered: