Opened 13 years ago
Closed 13 years ago
#1145 closed bug (Fixed)
Always present window if it is not visible
Reported by: | mathbr | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3 |
Component: | GTK UI | Version: | 1.2.0 |
Keywords: | Cc: |
Description
If the main window is covered by other windows currently Deluge hides it instead of bringing it to front.
Thus only an active window should be hidden, in every other case it should be presented first.
Change History (2)
comment:1 Changed 13 years ago by mathbr
comment:2 Changed 13 years ago by andar
- Resolution set to fixed
- Status changed from new to closed
Fixed in e9a922f829
Note: See
TracTickets for help on using
tickets.
Iām talking about āhttp://dev.deluge-torrent.org/browser/trunk/deluge/ui/gtkui/systemtray.py#L276 specifically.