Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
src/chart/chart.cpp | 2 +-
src/chart/chartdialog.cpp | 11 -----------
src/chart/chartdialog.h | 1 -
3 files changed, 1 insertion(+), 13 deletions(-)
commit c7073ed7cd810c46def31161099c2808a74d7452
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 05:35:23 2007 +1000
Fix the Available Metrics list annoying collapse-but-no-expand
problem, which left large parts of the New/Edit Chart dialog
effectively unusable when top level names were collapsed down.
Not 100% clear as to why this fixes it, but calling expand()
via the itemActivated signal is a QT3 hangover - removing it
has resolved the problem, even though the item flags indicate
no difference between the busted Available Metrics List and the
working Chart Metrics List (which wasn't using this signal).
commit f10302c899c39d25f7f937a2bfab01d7dec4640e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 05:30:10 2007 +1000
Fix incorrect calculation in legend label size when inserting ... suffix.
|