[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/ui/recorder
From:       Cyrille Berger <cyb () lepi ! org>
Date:       2009-08-31 20:57:14
Message-ID: 1251752234.921703.13864.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1017905 by berger:

Fix: crash, in the macro editor, when selecting a filter with a configuration widget

set the configuration options before connecting it to the editor

BUG:205199



 M  +1 -1      kis_recorded_filter_action_editor.cc  


--- trunk/koffice/krita/ui/recorder/kis_recorded_filter_action_editor.cc #1017904:1017905
@@ -35,8 +35,8 @@
     if(m_configWidget)
     {
         m_gridLayout->addWidget(m_configWidget);
+        m_configWidget->setConfiguration(m_action->filterConfiguration());
         connect(m_configWidget, SIGNAL(sigConfigChanged()), SLOT(configurationUpdated()));
-        m_configWidget->setConfiguration(m_action->filterConfiguration());
     } else {
         m_gridLayout->addWidget(new QLabel("No configuration option.", this ));
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic