[ros-bugs] [Bug 902] in r18414, control panel ends up blank.

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sat Oct 22 23:46:51 CEST 2005


http://www.reactos.org/bugzilla/show_bug.cgi?id=902


gvg at reactos.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |navaraf at reactos.com




------- Additional Comments From gvg at reactos.org  2005-10-22 23:46 CET -------
Same happens when you double click "My Computer", then double click a drive
icon. There is a shellview window, with a listview as a child to it. When the
listview is painted for the first time (WM_PAINT handling) the shellview window
will be invalidated. This also causes the listview to be invalidated, but by the
time WM_PAINT processing for the listview is complete, the listview will be
valid and the icons are shown.
The shellview is still marked as invalid. So next a WM_PAINT message is send to
the shellview, which causes the shellview to redraw the background, covering up
the listview icons.
Seems like a painting bug somewhere, Filip, can you take a look at it please?

-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list