From c17e4955294e5f0d18e5023ec0eb15d90f6aff8c Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Thu, 9 Mar 2000 18:34:59 +0000 Subject: [PATCH] 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 --- demos/life/life.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.45.2