1
0
forked from aniani/vim

One more fix for conceal patch.

This commit is contained in:
Bram Moolenaar
2010-06-06 17:41:24 +02:00
parent fd29f4628e
commit debe25a2a5
5 changed files with 17 additions and 19 deletions

View File

@@ -4231,7 +4231,7 @@ gui_mch_open(void)
#ifdef HAVE_GTK2
/* For GTK2 changing the size of the form widget doesn't cause window
* resizing. */
if (gtk_socket_id == 0)
if (gtk_socket_id == 0)
gtk_window_resize(GTK_WINDOW(gui.mainwin), pixel_width, pixel_height);
#else
gtk_form_set_size(GTK_FORM(gui.formwin), pixel_width, pixel_height);