mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make the moving mean depth line work
It's a bit jumpy, but works. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d6fddcaadc
commit
b3e3947b79
3 changed files with 18 additions and 3 deletions
|
|
@ -209,6 +209,8 @@ protected:
|
|||
class InstantMeanDepthLine : public MeanDepthLine {
|
||||
Q_OBJECT
|
||||
public:
|
||||
DiveCartesianAxis *hAxis;
|
||||
DiveCartesianAxis *vAxis;
|
||||
InstantMeanDepthLine();
|
||||
public slots:
|
||||
void mouseMoved(int time, int depth);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue