| Summary: | Can't edit filter parameters | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Netterfield <netterfield> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | VHI | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Netterfield
2006-01-22 00:16:49 UTC
showstopper for 1.2 This is not specific to filters but applies to all plugins. It appears to be the call to show() in KstPluginDialogI::fillFieldsForEdit() that is causing the dialog to be essentially reset to the default plugin (linefit). The is because KstDataDialog::show() calls fillFieldsForNew(). SVN commit 502058 by arwalker: BUG:120576 Remove unnecessary call to show() in fillFieldsForEdit(). M +0 -1 kstplugindialog_i.cpp --- trunk/extragear/graphics/kst/kst/kstplugindialog_i.cpp #502057:502058 @@ -170,7 +170,6 @@ _w->PluginCombo->setEnabled(pp->getUsage() < 3); pp->readUnlock(); - show(); fixupLayout(); } |