mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Ok on the planner now correctly creates a Dive.
Ok on the planner now correctly creates a dive, a few remarks, tougth: 1 - the number of the added dive is always 0 ( but I may be testing it wrong ) 2 - the information pane is working only when the mouse is clicked, this is a regression and it will be fixed. ;) Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
fad55b3047
commit
f74799d581
2 changed files with 23 additions and 6 deletions
|
|
@ -130,7 +130,6 @@ protected:
|
|||
virtual void mousePressEvent(QMouseEvent* event);
|
||||
virtual void mouseReleaseEvent(QMouseEvent* event);
|
||||
bool isPointOutOfBoundaries(const QPointF& point);
|
||||
void deleteTemporaryDivePlan(struct divedatapoint* dp);
|
||||
qreal fromPercent(qreal percent, Qt::Orientation orientation);
|
||||
private slots:
|
||||
void keyEscAction();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue