Removed a space (oh, dear, it looks like a joke

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-03-09 18:34:59 +00:00
parent 7e12d1bf7f
commit c17e495529

View File

@@ -980,7 +980,7 @@ void LifeCanvas::OnScroll(wxScrollWinEvent& event)
}
}
#if defined (__WXGTK__) || defined(__WXMOTIF__) // what about Motif?
#if defined(__WXGTK__) || defined(__WXMOTIF__) // what about Motif?
// wxGTK updates the thumb automatically (wxMSW doesn't); reset it back
if (type != wxEVT_SCROLLWIN_THUMBTRACK)
{