Changeset 511f02 for src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp
- Timestamp:
- Oct 31, 2025, 10:09:00 PM (2 months ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 71423c
- Parents:
- 33f34f
- File:
-
- 1 edited
-
src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp
r33f34f r511f02 124 124 startPan = QPointF(xPos, yPos); 125 125 } 126 QwtPlot::mouseMoveEvent(event); 126 127 } 127 128 … … 139 140 invTransform(yLeft, event->pos().y() - canvas()->pos().y())); 140 141 } 142 QwtPlot::mousePressEvent(event); 141 143 } 142 144 … … 148 150 startPan = QPointF(0.0f, 0.0f); 149 151 } 152 QwtPlot::mouseReleaseEvent(event); 150 153 } 151 154 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
