mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix creation of the poligon-based lines for the dive planner
This fixes the creation of the poligon-based lines next thing to do is to forbit creation of the next point before the last one. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
364254ed36
commit
b1c526ddb4
2 changed files with 8 additions and 4 deletions
|
@ -12,7 +12,7 @@ protected:
|
|||
virtual void mouseDoubleClickEvent(QMouseEvent* event);
|
||||
virtual void showEvent(QShowEvent* event);
|
||||
virtual void resizeEvent(QResizeEvent* event);
|
||||
|
||||
|
||||
void clear_generated_deco();
|
||||
void create_deco_stop();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue