subsurface/qt-ui/profile
Tomaz Canabrava 6dec4b0556 Fix a crash on changing dives when the ruler is used.
The ruler is a weird beast - it has two child objects that access the
parent to call another function, that call the child functions.

When I updated the plot_info I didn't take that into consideration, what
happened is that when I set the parent's plot_info, the children's
plot_info are still invalid, but the update method is called anyhow.

This patch updates all plot_info's before calling anything else.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-03-07 08:53:14 -08:00
..
animationfunctions.cpp Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
animationfunctions.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
divecartesianaxis.cpp Whitespace cleanup 2014-03-03 13:29:22 -08:00
divecartesianaxis.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
diveeventitem.cpp Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
diveeventitem.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
divelineitem.cpp Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
divelineitem.h Put include guard to every header 2014-02-11 12:37:01 -08:00
divepixmapitem.cpp Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
divepixmapitem.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
diveplotdatamodel.cpp Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
diveplotdatamodel.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
diveprofileitem.cpp Add Units to mean depth value 2014-03-02 08:16:29 -08:00
diveprofileitem.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
diverectitem.cpp Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
diverectitem.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
divetextitem.cpp Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
divetextitem.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
divetooltipitem.cpp Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
divetooltipitem.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
profilewidget2.cpp Fix a crash on changing dives when the ruler is used. 2014-03-07 08:53:14 -08:00
profilewidget2.h Massive automated whitespace cleanup 2014-02-27 20:09:57 -08:00
ruleritem.cpp Fix a crash on changing dives when the ruler is used. 2014-03-07 08:53:14 -08:00
ruleritem.h Fix a crash on changing dives when the ruler is used. 2014-03-07 08:53:14 -08:00