From 2092774d8add99ae4cb293069dbb715912a97495 Mon Sep 17 00:00:00 2001 From: Paul Cornett <paulcor@bullseye.com> Date: Wed, 10 May 2006 16:36:31 +0000 Subject: [PATCH] allow size event for windows without scrollbars git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/window.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index 7ecfac712b..b0b3fc5bf0 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -2284,8 +2284,6 @@ void gtk_window_size_callback( GtkWidget *WXUNUSED(widget), if (g_isIdle) wxapp_install_idle_handler(); - if (!win->m_hasScrolling) return; - int client_width = 0; int client_height = 0; win->GetClientSize( &client_width, &client_height ); -- 2.47.2