From 65ecb0d8f43f99f3794fe1aa19c87c153534fbf2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 Jul 2014 09:21:38 +0100 Subject: Related: fdo#80633 we can retain cached size for visibility change we still need to invalidate the layout of our parents, but we can keep the cached optimal size Change-Id: I8e77366bd61ff45d34f9d411c7f501a3a9ccbd4e --- svtools/source/dialogs/wizdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx index 50af1980f764..51bd143a3a09 100644 --- a/svtools/source/dialogs/wizdlg.cxx +++ b/svtools/source/dialogs/wizdlg.cxx @@ -119,7 +119,7 @@ bool WizardDialog::hasWizardPendingLayout() const return maWizardLayoutTimer.IsActive(); } -void WizardDialog::queue_resize() +void WizardDialog::queue_resize(StateChangedType /*eReason*/) { if (hasWizardPendingLayout()) return; -- cgit