Summary: | preview window should not be dialog window of main window | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Martin Koller <kollix> |
Component: | general | Assignee: | Harald Hvaal <metellius> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rakuco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Koller
2010-02-10 11:19:48 UTC
SVN commit 1088502 by rkcosta: Make preview dialogs behave as windows, not dialogs. Commit 1067160 made the preview dialogs non-modal, but they still appeared on top of the main window. Now we set them as Qt::Window's so that this does not happen. BUG: 226123 M +3 -3 arkviewer.cpp M +1 -1 arkviewer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1088502 SVN commit 1088503 by rkcosta: Backport r1088502. Make preview dialogs behave as windows, not dialogs. Commit 1067160 made the preview dialogs non-modal, but they still appeared on top of the main window. Now we set them as Qt::Window's so that this does not happen. CCBUG: 226123 M +3 -3 arkviewer.cpp M +1 -1 arkviewer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1088503 |