From 689914633ce7798dab19f92e1ca0f8a9c74326a8 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 29 Nov 2011 22:50:03 +0100 Subject: Force repaint of the wizard ui. Fixes the "Next" button problem as reported by some of the tester. Still we should figure out where the event gets lost. Change-Id: I626b486ef220d33a89b9bd9cc8e3039dca171c9c Reviewed-by: Niels Weber Reviewed-by: Tim Jenssen --- installerbuilder/installerbase/installerbasecommons.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'installerbuilder') diff --git a/installerbuilder/installerbase/installerbasecommons.cpp b/installerbuilder/installerbase/installerbasecommons.cpp index 57584c0fc..125090144 100644 --- a/installerbuilder/installerbase/installerbasecommons.cpp +++ b/installerbuilder/installerbase/installerbasecommons.cpp @@ -280,6 +280,10 @@ void IntroductionPageImpl::setPackageManager(bool value) void IntroductionPageImpl::onCoreNetworkSettingsChanged() { + // force a repaint of the ui as after the settings dialog has been closed and the wizard has been + // restarted, the "Next" button looks still disabled. TODO: figure out why this happens at all! + gui()->repaint(); + m_updatesFetched = false; m_allPackagesFetched = false; } -- cgit v1.2.3