summaryrefslogtreecommitdiffstats
path: root/installerbuilder
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2011-11-29 22:50:03 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2011-11-30 12:51:15 +0100
commit689914633ce7798dab19f92e1ca0f8a9c74326a8 (patch)
tree68c4c28c9d32a19368ce89345266344b4573324d /installerbuilder
parent163c3e161ec0f1393d8b4564d78c56bbef3d16d0 (diff)
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 <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder')
-rw-r--r--installerbuilder/installerbase/installerbasecommons.cpp4
1 files changed, 4 insertions, 0 deletions
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;
}