Summary: | visibility flag of xy-curve | ||
---|---|---|---|
Product: | [Applications] LabPlot2 | Reporter: | Stefan Gerlach <stefan.gerlach> |
Component: | frontend | Assignee: | Alexander Semke <alexander.semke> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/labplot/a5bf3b27ee3243e7d7255877faa21cbd8f840dd7 | Version Fixed In: | |
Sentry Crash Report: |
Description
Stefan Gerlach
2016-03-20 18:44:57 UTC
Git commit a5bf3b27ee3243e7d7255877faa21cbd8f840dd7 by Alexander Semke. Committed on 20/03/2016 at 20:15. Pushed by asemke into branch 'master'. Added missing signal-slot connections for changing the visibility. M +1 -1 src/backend/worksheet/plots/cartesian/Axis.cpp M +1 -1 src/backend/worksheet/plots/cartesian/Axis.h M +2 -1 src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp M +1 -1 src/backend/worksheet/plots/cartesian/CartesianPlotLegend.h M +3 -3 src/backend/worksheet/plots/cartesian/XYCurve.cpp M +2 -2 src/backend/worksheet/plots/cartesian/XYCurve.h M +2 -2 src/kdefrontend/dockwidgets/AxisDock.cpp M +1 -1 src/kdefrontend/dockwidgets/AxisDock.h M +7 -2 src/kdefrontend/dockwidgets/CartesianPlotLegendDock.cpp M +1 -0 src/kdefrontend/dockwidgets/CartesianPlotLegendDock.h M +7 -0 src/kdefrontend/dockwidgets/XYCurveDock.cpp M +1 -0 src/kdefrontend/dockwidgets/XYCurveDock.h http://commits.kde.org/labplot/a5bf3b27ee3243e7d7255877faa21cbd8f840dd7 |