Exit and about dialogs appear as top-level windows
Bug #376869 reported by
nucleo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LinuxDC++ |
Fix Released
|
Low
|
Steven Sheehy |
Bug Description
- Detailed description of the issue
Exit and About windows appears as separate windows.
It leads to Exit and About can be overlapped by main window.
- Expected results
Exit and About windows appears like Preferences or Indexing windows that can't be overlapped by main window.
About window now appears at any place on screen but in previous versions it was at main window center.
- Version
linuxdcpp rev 309
Related branches
Changed in linuxdcpp: | |
assignee: | nobody → Steven Sheehy (steven-sheehy) |
importance: | Undecided → Low |
status: | New → Confirmed |
summary: |
- Exit and About windows appears as separate windows + Exit and about dialogs appear as top-level windows |
Changed in linuxdcpp: | |
status: | Fix Committed → Fix Released |
tags: | added: dialog ui |
To post a comment you must log in.
Fixed all the dialogs in main window. As a bonus side-effect, setting a dialog as transient for the main window centers the dialog on the parent. I did not fix the other dialogs outside of the main window that appear in the individual tabs since I think we need to make some sort of dialog factory class in the future that can handle all of this boiler plate dialog creation and configuration.