diff --git a/demos/life/life.cpp b/demos/life/life.cpp index 44bca3027e..7d22f091eb 100644 --- a/demos/life/life.cpp +++ b/demos/life/life.cpp @@ -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) {