]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/notebook.cpp
Uses wxUSE_WCHAR_T for compilers that don't support wchar_t.
[wxWidgets.git] / src / gtk / notebook.cpp
index eb13d01f4646f2f0562ee20ba90dacd0bc683fe5..a7b6bd091d9085200ed6668b51ec21c380480636 100644 (file)
@@ -109,7 +109,7 @@ static void gtk_page_size_callback( GtkWidget *WXUNUSED(widget), GtkAllocation*
         (win->m_width == alloc->width) &&
         (win->m_height == alloc->height))
     {
         (win->m_width == alloc->width) &&
         (win->m_height == alloc->height))
     {
-//        return;
+        return;
     }
     
     win->SetSize( alloc->x, alloc->y, alloc->width, alloc->height );
     }
     
     win->SetSize( alloc->x, alloc->y, alloc->width, alloc->height );