Remove no-op uses of wxNO_FULL_REPAINT_ON_RESIZE
This behaviour has been the default and this constant 0 since
e441e1f4e8
which was over 16 years ago.
Closes https://github.com/wxWidgets/wxWidgets/pull/1601
This commit is contained in:
committed by
Vadim Zeitlin
parent
bf4640f1d8
commit
18e05aeeee
@@ -363,9 +363,7 @@ void MyFrame::InitToolBar(wxToolBar* toolBar)
|
||||
// Define a constructor for my canvas
|
||||
MyCanvas::MyCanvas(wxFrame *parent, const wxPoint& pos, const wxSize& size)
|
||||
: wxScrolledWindow(parent, wxID_ANY, pos, size,
|
||||
wxSUNKEN_BORDER |
|
||||
wxNO_FULL_REPAINT_ON_RESIZE |
|
||||
wxVSCROLL | wxHSCROLL),
|
||||
wxSUNKEN_BORDER | wxVSCROLL | wxHSCROLL),
|
||||
MenuEventLogger("canvas", parent)
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user