Motif cell highlighting problem fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1417,9 +1417,10 @@ void wxGenericGrid::OnSelectCellImplementation(wxDC *dc, int row, int col)
|
|||||||
// Probably because of the SetValue?? JS.
|
// Probably because of the SetValue?? JS.
|
||||||
// 2) Arrrrrgh. This isn't needed anywhere,
|
// 2) Arrrrrgh. This isn't needed anywhere,
|
||||||
// of course. One hour of debugging... RR.
|
// of course. One hour of debugging... RR.
|
||||||
#ifndef __WXMSW__
|
#ifdef __WXMOTIF__
|
||||||
// HighlightCell(dc);
|
HighlightCell(dc);
|
||||||
#endif
|
#endif // motif
|
||||||
|
|
||||||
dc->DestroyClippingRegion();
|
dc->DestroyClippingRegion();
|
||||||
|
|
||||||
//OnSelectCell(row, col);
|
//OnSelectCell(row, col);
|
||||||
|
Reference in New Issue
Block a user