Files
wxWidgets/src/generic
Vadim Zeitlin f09b3de914 Restore drawing item focus rectangle in generic wxDataViewCtrl
The current, but not selected, item was not visually marked in any way
since the changes of 4ac0250f90 which
replaced the calls to wxRendererNative::DrawFocusRect() with the calls
to DrawItemSelectionRect() which is not called when the item is not
selected.

Restore DrawFocusRect() call in this case and also pass
wxCONTROL_FOCUSED to DrawItemSelectionRect() even though this doesn't
seem to change much in practice.

Closes https://github.com/wxWidgets/wxWidgets/pull/1089

Closes #18304.
2019-01-16 01:29:23 +01:00
..
2019-01-05 23:33:35 +01:00
2018-12-21 17:45:26 +01:00
2015-09-23 00:52:30 +02:00
2015-09-23 00:52:30 +02:00
2019-01-08 00:12:51 +01:00