← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Remove assert in pcbnew on osx with a debug build

 

nickoe has commented on irc whether this is required on any platform,
unfortunately i do not have any other platform for testing on, However
the wxwidgets documention states that wxPaintDC should only be used in
"native onpaint" handlers, what native means in this instance i am
unsure, however on debug builds on osx i get many assertions due to
this so have opted to #ifndef it out.



On Sun, Sep 18, 2016 at 4:37 PM, Simon Wells <swel024@xxxxxxxxx> wrote:
> ---
>  common/draw_panel_gal.cpp | 2 ++
>  1 file changed, 2 insertions(+)
>


References