Merge branch 'fix-caret-default'
Fix using default-constructed wxCaret. See https://github.com/wxWidgets/wxWidgets/pull/2007
This commit is contained in:
@@ -153,6 +153,7 @@ protected:
|
||||
m_window = window;
|
||||
m_width = width;
|
||||
m_height = height;
|
||||
DoSize();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user