Opened 21 years ago
Last modified 19 years ago
#631 closed Bug report
Toolbar background doesn't repaint when resizing
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Problem:
In Win XP, toolbar background color is a gradient going
from lightgray (extreme left) to darkgray (extreme
right), like Internet Explorer one.
But when changing the width of the main window (by
dragging its right or bottom border), this toolbar
background doesn't repaint itself properly.
Solution (very easy):
Put the following class styles:
CS_VREDRAW | CS_HREDRAW
in the first parameter of AfxRegisterWndClass() in
mainfrm.cpp.
Note:
See TracTickets
for help on using tickets.
This bug report has been closed due to inactivity and has possibly
already been solved.
You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).