https://bugs.kde.org/show_bug.cgi?id=470625
Alexander Semke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/educ | |ation/labplot/-/commit/daba | |cb69d1b8c351f217543a2517aca | |edf89d6d7 Resolution|--- |FIXED Version Fixed In| |2.11 Status|CONFIRMED |RESOLVED --- Comment #2 from Alexander Semke <[email protected]> --- Git commit dabacb69d1b8c351f217543a2517acaedf89d6d7 by Alexander Semke. Committed on 22/02/2024 at 21:49. Pushed by asemke into branch 'master'. [worksheet] moved the logic to draw the background to the central class Background and also make use of it when drawing the canvas in WorksheetView. This also fixes the problem with the border line that was drawn for the worksheet canvas. FIXED-IN: 2.11 M +1 -0 ChangeLog M +96 -1 src/backend/worksheet/Background.cpp M +2 -0 src/backend/worksheet/Background.h M +2 -6 src/backend/worksheet/plots/cartesian/BarPlot.cpp M +2 -6 src/backend/worksheet/plots/cartesian/BoxPlot.cpp M +2 -5 src/backend/worksheet/plots/cartesian/Histogram.cpp M +0 -89 src/backend/worksheet/plots/cartesian/Plot.cpp M +0 -1 src/backend/worksheet/plots/cartesian/PlotPrivate.h M +3 -6 src/backend/worksheet/plots/cartesian/XYCurve.cpp M +1 -81 src/commonfrontend/worksheet/WorksheetView.cpp https://invent.kde.org/education/labplot/-/commit/dabacb69d1b8c351f217543a2517acaedf89d6d7 -- You are receiving this mail because: You are watching all bug changes.
