[wx-dev] [wxMac] Scroll / Print bug

Kevin Hock hockkn at yahoo.com
Wed Nov 1 05:38:25 PST 2006


Stefan,

Part of my concern is that this may happen for other events, or that it 
may reproduce in other ways. Nor does it happen on Windows. I can 
understand it's a minor thing, but I didn't want to not report it. :)

Kevin

Stefan Csomor wrote:
> Hi 
> 
>>> I have found a bug where wxID_PRINT_SETUP is called 
>> repeatedly if used 
>>> on a menubar on a window with a scrolled window. Attached 
>> is a patch 
>>> to the scroll sample that exhibits this.
>> but only if you call event.Skip(), is this a real world problem ? 
> 
> I just can see that the OS and wx try to deliver the event via multiple
> ways, the menu->frame, parent window, via the current focus etc. just
> because the event has not been handled.




More information about the wx-dev mailing list