Motif blindfix :-)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-03-04 13:20:14 +00:00
parent b14159f7d8
commit d90d994c74

View File

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