]> git.saurik.com Git - wxWidgets.git/commitdiff
Motif cell highlighting problem fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Mar 1999 14:51:14 +0000 (14:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Mar 1999 14:51:14 +0000 (14:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/gridg.cpp

index 624cac6ad1c4be8e6b004c928457d8c1b18d82f2..858c320c01136947fea7a026829d8ce30a335cbb 100644 (file)
@@ -1417,9 +1417,10 @@ void wxGenericGrid::OnSelectCellImplementation(wxDC *dc, int row, int col)
   // Probably because of the SetValue?? JS.
   // 2) Arrrrrgh. This isn't needed anywhere, 
   // of course. One hour of debugging... RR.
-#ifndef __WXMSW__
-//  HighlightCell(dc);
-#endif
+#ifdef __WXMOTIF__
+  HighlightCell(dc);
+#endif // motif
+
   dc->DestroyClippingRegion();
 
   //OnSelectCell(row, col);