Summary: | plugin config dialogs in settings dialog get their own entry in the task bar | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Bernhard Beschow <shentey> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | nienhueser |
Priority: | NOR | ||
Version: | 1.5 (KDE 4.10) | ||
Target Milestone: | some future version | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bernhard Beschow
2012-04-11 17:35:35 UTC
The issue seems to be that the dialog is created without a parent -- in contrast to the about dialogs which work fine without a separate taskbar entry. Setting a parent after the creation does not solve it. I'm afraid we have to change virtual QDialog *configDialog() = 0; in DialogConfigurationInterface.h to take a QWidget* parent parameter to fix it. Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. |