X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9dc12949f15f0802ea2216cb64f17c6d3a512d4b..6aa55ce7277b3b5bd6da84a741d0270367678ab0:/src/generic/gridg.cpp diff --git a/src/generic/gridg.cpp b/src/generic/gridg.cpp index 858c320c01..9be30909b7 100644 --- a/src/generic/gridg.cpp +++ b/src/generic/gridg.cpp @@ -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. + // Put back for Motif only on advice of Michael Bedward #ifdef __WXMOTIF__ HighlightCell(dc); -#endif // motif +#endif dc->DestroyClippingRegion();