]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/notebook.cpp
combobox buglet when inserting item
[wxWidgets.git] / src / gtk / notebook.cpp
index 364487fafcfb13b9f606a6c4fb26eab3f29012c8..a7b6bd091d9085200ed6668b51ec21c380480636 100644 (file)
@@ -111,7 +111,7 @@ static void gtk_page_size_callback( GtkWidget *WXUNUSED(widget), GtkAllocation*
     {
         return;
     }
-
+    
     win->SetSize( alloc->x, alloc->y, alloc->width, alloc->height );
 
     if (win->GetAutoLayout()) win->Layout();