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

Stefan Csomor csomor at advancedconcepts.ch
Wed Nov 1 00:09:38 PST 2006


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.

Best,

Stefan




More information about the wx-dev mailing list