Opened 16 years ago
Closed 16 years ago
#595 closed bug (WontFix)
Window redraw messy when overlayed
Reported by: | brad_mccormack@tsn.cc | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | GTK UI | Version: | 1.0.4 |
Keywords: | User Interface, Chunky | Cc: |
Description
Whenever I am using a window that has been opened in Deluge such as the Preferences window and when I move it around over the main Deluge window the redraw is pretty chunky.
Sort of gives me the impression that the program is clunky from a UI responsiveness point of view.
When you move around the window over a window that is not Deluge then this problem does not occur.
I came close to marking this as trivial but its sort of annoying. Perhaps it is the UI toolkit's fault?
I'm an absolute newbie at Python so probably can't figure it out.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Milestone: | 1.0.5 → 1.1.0 |
---|
comment:4 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Is this something to do with double buffering?
Can you just make the Main window double buffered or something? I took a look at the Glade file but could not find anything useful.
ARGHH i hate being a newbie. In time...