mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
updated for version 7.0c01
This commit is contained in:
@@ -1041,7 +1041,7 @@ gui_mch_new_menu_font()
|
||||
#endif
|
||||
);
|
||||
}
|
||||
gui_set_shellsize(FALSE, TRUE);
|
||||
gui_set_shellsize(FALSE, TRUE, RESIZE_VERT);
|
||||
ui_new_shellsize();
|
||||
if (oldpuller != None)
|
||||
XFreePixmap(gui.dpy, oldpuller);
|
||||
@@ -1418,7 +1418,7 @@ gui_mch_show_toolbar(int showit)
|
||||
|
||||
XtUnmanageChild(toolBar);
|
||||
}
|
||||
gui_set_shellsize(FALSE, FALSE);
|
||||
gui_set_shellsize(FALSE, FALSE, RESIZE_VERT);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user