diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2023-12-13 21:23:30 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-12-14 13:26:42 +0100 |
commit | 08ab40c5489875070c3b66e331da87f8e6ebe4a2 (patch) | |
tree | 11a6adef1d1b5bfa301e9ffc382391e2234c9c18 | |
parent | 691876554f6acbe9665a391fe78e476b049dffdb (diff) |
tdf#158684: CHART XY Scatter Chart: line type "stepped" ignores parameters
Regression from 65752e649872edfd98915035b61aca510ae8f271
Date: Fri Mar 24 10:52:13 2023 +0100
jsdialog: enable and make async chart line prop dialog
Change-Id: I1532c45ae72d2c45ace72bcc099fcc8baa265b99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160715
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
(cherry picked from commit 9792c405201f558e66f588b547d88e4d463d4f26)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160699
-rw-r--r-- | chart2/source/controller/dialogs/ChartResourceGroups.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/ChartResourceGroups.cxx b/chart2/source/controller/dialogs/ChartResourceGroups.cxx index 3cf5996ed300..e1550d2766c7 100644 --- a/chart2/source/controller/dialogs/ChartResourceGroups.cxx +++ b/chart2/source/controller/dialogs/ChartResourceGroups.cxx @@ -328,7 +328,7 @@ IMPL_LINK_NOARG(SplineResourceGroup, SteppedDetailsDialogHdl, weld::Button&, voi weld::GenericDialogController::runAsync( xDlg, [this, xDlg, aOldParameter, iOldLineTypePos](sal_Int32 nResult) { m_xSteppedPropertiesDialog = nullptr; - auto xNewDlg = getSplinePropertiesDialog(); + auto xNewDlg = getSteppedPropertiesDialog(); if (nResult == RET_OK) { |