Changes between Initial Version and Version 1 of Ticket #6814


Ignore:
Timestamp:
Nov 12, 2010, 5:14:42 PM (13 years ago)
Author:
anevilyak
Comment:

There is no bug, you're using SetFlags() incorrectly. By calling SetFlags(B_PULSE_NEEDED), you're stripping all other flags, including the B_SUPPORTS_LAYOUT that gets set by the base class. What you actually want is SetFlags(Flags() | B_PULSE_NEEDED).

Legend:

Unmodified
Added
Removed
Modified