Initialize the new data memebers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -181,6 +181,11 @@ ScintillaWX::ScintillaWX(wxStyledTextCtrl* win) {
|
|||||||
stc = win;
|
stc = win;
|
||||||
wheelRotation = 0;
|
wheelRotation = 0;
|
||||||
Initialise();
|
Initialise();
|
||||||
|
#ifdef __WXMSW__
|
||||||
|
sysCaretBitmap = 0;
|
||||||
|
sysCaretWidth = 0;
|
||||||
|
sysCaretHeight = 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -181,6 +181,11 @@ ScintillaWX::ScintillaWX(wxStyledTextCtrl* win) {
|
|||||||
stc = win;
|
stc = win;
|
||||||
wheelRotation = 0;
|
wheelRotation = 0;
|
||||||
Initialise();
|
Initialise();
|
||||||
|
#ifdef __WXMSW__
|
||||||
|
sysCaretBitmap = 0;
|
||||||
|
sysCaretWidth = 0;
|
||||||
|
sysCaretHeight = 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user