mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move the events when a partial pressure graph is enabled / disabled
The events were static on the canvas even if the profile changed its size because of a toggle of the partial pressure gas. This patch makes events move on the canvas to their correct place. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6c67f90858
commit
87d5289920
2 changed files with 14 additions and 7 deletions
|
|
@ -16,9 +16,10 @@ public:
|
|||
void setVerticalAxis(DiveCartesianAxis *axis);
|
||||
void setHorizontalAxis(DiveCartesianAxis *axis);
|
||||
void setModel(DivePlotDataModel *model);
|
||||
public slots:
|
||||
void recalculatePos(bool instant = false);
|
||||
private:
|
||||
void setupToolTipString();
|
||||
void recalculatePos();
|
||||
void setupPixmap();
|
||||
DiveCartesianAxis *vAxis;
|
||||
DiveCartesianAxis *hAxis;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue