chart2/source/controller/dialogs/ChartResourceGroups.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5e38bc81655ef24c2ddd26bf1a7f1f1870a184b9 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Wed Dec 13 21:23:30 2023 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Jan 10 19:29:12 2024 +0100 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 <serval2...@yahoo.fr> (cherry picked from commit 4eb875d95622fb4346d3f8b24327a1b84230eca1) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161675 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> 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) {