| Summary: | Can't undo change of range when zooming in on a graph | ||
|---|---|---|---|
| Product: | [Applications] LabPlot2 | Reporter: | João Figueiredo <jf.mundox> |
| Component: | general | Assignee: | Alexander Semke <alexander.semke> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | jf.mundox, uwestoehr |
| Priority: | NOR | ||
| Version First Reported In: | 2.10.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/education/labplot/-/commit/1803a1cb350bcc99e7715e0f62a0eba01b3118fe | Version Fixed/Implemented In: | 2.12 |
| Sentry Crash Report: | |||
|
Description
João Figueiredo
2023-06-08 15:04:15 UTC
Git commit 1803a1cb350bcc99e7715e0f62a0eba01b3118fe by Alexander Semke. Committed on 05/08/2024 at 18:20. Pushed by asemke into branch 'master'. Properly draw the border line of the symbol in the legend. Removed the custom code in CartesianPlotLegen.cpp, use Symbol::draw() instead. FIXED-IN: 2.12 M +1 -0 ChangeLog M +4 -48 src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp M +2 -2 src/backend/worksheet/plots/cartesian/Symbol.cpp M +2 -2 src/backend/worksheet/plots/cartesian/Symbol.h https://invent.kde.org/education/labplot/-/commit/1803a1cb350bcc99e7715e0f62a0eba01b3118fe (In reply to Alexander Semke from comment #1) > Git commit 1803a1cb350bcc99e7715e0f62a0eba01b3118fe by Alexander Semke. > Committed on 05/08/2024 at 18:20. > Pushed by asemke into branch 'master'. > > Properly draw the border line of the symbol in the legend. > > Removed the custom code in CartesianPlotLegen.cpp, use Symbol::draw() > instead. > FIXED-IN: 2.12 > > M +1 -0 ChangeLog > M +4 -48 src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp > M +2 -2 src/backend/worksheet/plots/cartesian/Symbol.cpp > M +2 -2 src/backend/worksheet/plots/cartesian/Symbol.h > > https://invent.kde.org/education/labplot/-/commit/ > 1803a1cb350bcc99e7715e0f62a0eba01b3118fe This message is not related to this bug, please ignore. Sorry. *** Bug 496626 has been marked as a duplicate of this bug. *** |