mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Fix to prevent fullscreen windows from only appearing in primary monitor
This commit is contained in:
@@ -112,6 +112,9 @@ void FileSupport::saveWindows() {
|
||||
wCtrl->monitorNum(),
|
||||
wCtrl->windowSize()
|
||||
);
|
||||
if (tmpWindow.isFullScreen) {
|
||||
tmpWindow.monitor = wCtrl->monitorNum();
|
||||
}
|
||||
saveWindowsWebGui(windowIndex, tmpWindow);
|
||||
if (!wCtrl->windowName().empty()) {
|
||||
tmpWindow.name = wCtrl->windowName();
|
||||
|
||||
Reference in New Issue
Block a user