Files
wxWidgets/src/generic
Václav Slavík 560a81b913 wxDVC: Don't calculate hidden columns' widths
Don't call wxDataViewColumn::GetWidth() in OnPaint() for columns that
are hidden: they won't be drawn and their width won't affect anything.
The call looks deceptively simple, but may invoke best width
recalculation that can be very expensive on large models.
2019-05-10 18:18:20 +02:00
..
2019-01-05 23:33:35 +01:00
2019-02-25 23:52:53 -08: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