Summary: | without titlebar "configure Konsole" doesn't work. | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | GianPiero Puccioni <gpuccioni> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gpuccioni, ninjalj |
Priority: | NOR | ||
Version: | 23.08.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/bf010aca7823e95d9f16e57922f4e9c7d6e82e72 | Version Fixed In: | |
Sentry Crash Report: |
Description
GianPiero Puccioni
2023-12-27 14:17:33 UTC
Cannot reproduce. Are you sure the dialog has been closed/dismissed? (In reply to ninjalj from comment #1) > Cannot reproduce. Are you sure the dialog has been closed/dismissed? I am not sure , it happened a couple of times but not anymore, and yes if I click on the Konsole win the dialog disappear and clicking on "configure" doesn't bring it in front so it appers as not working, maybe it should bring it in front.... Thanks for the attention. G A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/965 Git commit bf010aca7823e95d9f16e57922f4e9c7d6e82e72 by Kurt Hindenburg, on behalf of Luis Javier Merino MorĂ¡n. Committed on 13/03/2024 at 22:45. Pushed by hindenburg into branch 'master'. Reshow configuration dialog after toggling borders Usually, a QDialog with a parent stays on top of its parent. However, after hiding and showing the main window when toggling the border-less/title-less option, this stops being true. This can confuse users, if they apply this setting without closing the configuration dialog, and the dialog gets behind the main window. Afterwards, trying to open the configuration dialog doesn't work (it's already open, but behind the window). So, hide and show also the configuration dialog, which makes the dialog stay on top of its parent again. M +25 -0 src/MainWindow.cpp https://invent.kde.org/utilities/konsole/-/commit/bf010aca7823e95d9f16e57922f4e9c7d6e82e72 |