Fix the recently broken test in the text sample
Correct the text broken by f137753f28
(thanks
buildbot and clang for the warning).
This commit is contained in:
@@ -776,7 +776,7 @@ void MyTextCtrl::OnMouseEvent(wxMouseEvent& ev)
|
|||||||
if ( !ms_logMouse )
|
if ( !ms_logMouse )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if ( !ev.GetEventType() != wxEVT_MOTION )
|
if ( ev.GetEventType() != wxEVT_MOTION )
|
||||||
{
|
{
|
||||||
wxString msg;
|
wxString msg;
|
||||||
if ( ev.Entering() )
|
if ( ev.Entering() )
|
||||||
|
Reference in New Issue
Block a user