Merge branch 'gtk3' into gtk3-bugfix

This commit is contained in:
Hombre
2016-12-27 23:22:31 +01:00
35 changed files with 1918 additions and 1567 deletions

View File

@@ -685,8 +685,7 @@ bool RTWindow::on_delete_event(GdkEventAny* event)
ProfilePanel::cleanup();
if (!options.windowMaximized) {
options.windowWidth = get_width();
options.windowHeight = get_height();
get_size(options.windowWidth, options.windowHeight);
get_position (options.windowX, options.windowY);
}