Merge branch 'eLeSTRaGo-Dev-fix/launch_editor_second_time_on_linux' into 1.7
This commit is contained in:
@@ -374,6 +374,8 @@ void LinuxWindow::SetClientBounds(const Rectangle& clientArea)
|
||||
X11::XSetNormalHints(display, window, &hints);
|
||||
}
|
||||
|
||||
X11::XMapWindow(display, window);
|
||||
|
||||
_clientSize = Float2((float)width, (float)height);
|
||||
X11::XResizeWindow(display, window, width, height);
|
||||
X11::XMoveWindow(display, window, x, y);
|
||||
|
||||
Reference in New Issue
Block a user