mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch 'fixResizeEvent' of https://github.com/tcanabrava/subsurface
This commit is contained in:
commit
a5b14304f2
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ QGraphicsSimpleTextItem *ProfileGraphicsView::plot_text(text_render_options_t *t
|
||||||
|
|
||||||
void ProfileGraphicsView::resizeEvent(QResizeEvent *event)
|
void ProfileGraphicsView::resizeEvent(QResizeEvent *event)
|
||||||
{
|
{
|
||||||
plot(dive);
|
fitInView(sceneRect());
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProfileGraphicsView::plot_temperature_profile()
|
void ProfileGraphicsView::plot_temperature_profile()
|
||||||
|
|
Loading…
Add table
Reference in a new issue