Fix a typo in wxWindow::CaptureMouse() comment
There are no functional changes. Closes https://github.com/wxWidgets/wxWidgets/pull/1291
This commit is contained in:
committed by
Vadim Zeitlin
parent
b63e89db92
commit
d82de6b5bf
@@ -1019,7 +1019,7 @@ public:
|
|||||||
|
|
||||||
// start or end mouse capture, these functions maintain the stack of
|
// start or end mouse capture, these functions maintain the stack of
|
||||||
// windows having captured the mouse and after calling ReleaseMouse()
|
// windows having captured the mouse and after calling ReleaseMouse()
|
||||||
// the mouse is not released but returns to the window which had had
|
// the mouse is not released but returns to the window which had
|
||||||
// captured it previously (if any)
|
// captured it previously (if any)
|
||||||
void CaptureMouse();
|
void CaptureMouse();
|
||||||
void ReleaseMouse();
|
void ReleaseMouse();
|
||||||
|
Reference in New Issue
Block a user