From 73e5828d41382df09bacf695fa32fc913a2d64c3 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Sat, 4 Jun 2011 20:07:12 -0400 Subject: [PATCH] attempt strange fix --- src/delegateconfigwrapper.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/delegateconfigwrapper.h b/src/delegateconfigwrapper.h index 1c93e7f71..9155c2cd4 100644 --- a/src/delegateconfigwrapper.h +++ b/src/delegateconfigwrapper.h @@ -51,8 +51,10 @@ public: setMaximumSize( sizeHint() ); // to remove the resize grip on osx this is the only way connect( conf, SIGNAL( sizeHintChanged() ), this, SLOT( updateSizeHint() ) ); -#endif +#else m_widget->setVisible( true ); +#endif + } public slots: void closed( QAbstractButton* b )