mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
In planner and edit mode, the cursor position is indicated using crosshairs. They broke when changing to absolute scaling. To fix them, remember the plot-area in the profile scene and draw the crosshairs only inside this area (not on top of axes). However, limit the position of the horizontal line to the actual profile (dont paint inside the partial pressure, etc graphs). The vertical line is painted above those graphs, so that a timestamp can be related to partial pressure, tissue loading, etc. Also, set the z-value of the crosshairs. It was painted inconsistently above some and below other chart features. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> |
||
|---|---|---|
| .. | ||
| animationfunctions.cpp | ||
| animationfunctions.h | ||
| CMakeLists.txt | ||
| divecartesianaxis.cpp | ||
| divecartesianaxis.h | ||
| diveeventitem.cpp | ||
| diveeventitem.h | ||
| divehandler.cpp | ||
| divehandler.h | ||
| divelineitem.cpp | ||
| divelineitem.h | ||
| divepercentageitem.cpp | ||
| divepercentageitem.h | ||
| divepixmapcache.cpp | ||
| divepixmapcache.h | ||
| divepixmapitem.cpp | ||
| divepixmapitem.h | ||
| diveprofileitem.cpp | ||
| diveprofileitem.h | ||
| diverectitem.cpp | ||
| diverectitem.h | ||
| divetextitem.cpp | ||
| divetextitem.h | ||
| divetooltipitem.cpp | ||
| divetooltipitem.h | ||
| profilescene.cpp | ||
| profilescene.h | ||
| profilewidget2.cpp | ||
| profilewidget2.h | ||
| qmlprofile.cpp | ||
| qmlprofile.h | ||
| ruleritem.cpp | ||
| ruleritem.h | ||
| tankitem.cpp | ||
| tankitem.h | ||