mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove unnecessary display refresh
In ProfileWidget2::splitDive() updateDiveInfo was emitted, but the UndoCommand does this by itself. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
57c22d3dcc
commit
f451f7d9a5
1 changed files with 0 additions and 1 deletions
|
@ -1684,7 +1684,6 @@ void ProfileWidget2::splitDive()
|
||||||
duration_t time;
|
duration_t time;
|
||||||
time.seconds = lrint(timeAxis->valueAt(scenePos));
|
time.seconds = lrint(timeAxis->valueAt(scenePos));
|
||||||
Command::splitDives(d, time);
|
Command::splitDives(d, time);
|
||||||
emit updateDiveInfo();
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue