This commit is contained in:
Dirk Hohndel 2013-05-22 19:51:00 -07:00
commit a5b14304f2

View file

@ -1136,7 +1136,7 @@ QGraphicsSimpleTextItem *ProfileGraphicsView::plot_text(text_render_options_t *t
void ProfileGraphicsView::resizeEvent(QResizeEvent *event)
{
plot(dive);
fitInView(sceneRect());
}
void ProfileGraphicsView::plot_temperature_profile()