Remove stray whitespaces
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2693,10 +2693,10 @@ wxMouseState wxGetMouseState()
|
||||
ms.SetShiftDown(mask & GDK_SHIFT_MASK);
|
||||
ms.SetAltDown(mask & GDK_MOD1_MASK);
|
||||
ms.SetMetaDown(mask & GDK_MOD2_MASK);
|
||||
|
||||
|
||||
return ms;
|
||||
}
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// wxWindowGTK
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user