Supressing empty space for EditWindow (MEOW mode) - issue #3957

This commit is contained in:
Hombre57
2017-07-13 02:07:03 +02:00
parent bc3d82a17a
commit 14f5d52304
3 changed files with 8 additions and 11 deletions

View File

@@ -131,7 +131,6 @@ RTWindow::RTWindow ()
if (options.windowMaximized) {
maximize();
//get_style_context()->add_class("maximized");
} else {
unmaximize();
move(options.windowX, options.windowY);