]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcbuffer.h
fix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENTRY (entry)' failed
[wxWidgets.git] / include / wx / dcbuffer.h
index 521113e0c815a89c5b0b3d7dec58e06e9bcf7061..40cb8179cd56863608d9e27a5d9f22556ddf1261 100644 (file)
@@ -134,6 +134,8 @@ private:
     // the buffering style
     int m_style;
 
+    wxSize m_area;
+    
     DECLARE_DYNAMIC_CLASS(wxBufferedDC)
     wxDECLARE_NO_COPY_CLASS(wxBufferedDC);
 };