# HG changeset patch # User viric # Date 1303658668 -7200 # Node ID b29987bfe7eddd7fc130e019f8853a44b5037d60 # Parent b2772bffb62f7cb62dbf49473cbdfb6b262cf23f Falta un Refresh, que sino no repinta. diff -r b2772bffb62f -r b29987bfe7ed wxPictureWindow.cpp --- a/wxPictureWindow.cpp Sun Apr 24 14:26:29 2011 +0200 +++ b/wxPictureWindow.cpp Sun Apr 24 17:24:28 2011 +0200 @@ -42,6 +42,8 @@ _bmp = wxBitmap(i); SetVirtualSize(_bmp.GetWidth(), _bmp.GetHeight()); + + Refresh(); } void wxPictureWindow::OnDraw(wxDC &dc)