[haiku-development] Re: MMW bug

  • From: Michael Pfeiffer <michael.w.pfeiffer@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Mon, 21 Apr 2008 20:28:29 +0200


Am 21.04.2008 um 15:35 schrieb Ralf Schuelke:

Hello developers,
i wrote in time the Pairs game for haiku.
So after inspiration from other devs, i add BMesseageRunner in my sub
window class, it works fine on zeta and on haiku not :(

The problem is i cant, take a widget (button).

That is a bug in Haiku. Obviously Haiku does not invalidate the area of a previously hidden button when it should be displayed again after calling Show().
Can someone look into this?

As a work around you have to manually call Invalidate() on the parent view that contains the button or on the button itself.

- Michael

Other related posts: