From 2f2eaab1ec3ae247912317d772daec1af9a6a87b Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Thu, 17 Oct 2019 12:52:03 -0400 Subject: [PATCH] 2019-10-17 Fred Gleason * Fixed a regression in the 'Select Cut' ['RDCutDialog'] that caused 'Group:' dropdown list to be empty. --- ChangeLog | 3 +++ lib/rdcut_dialog.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 67d67e1c..51191915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19208,3 +19208,6 @@ was set to 'None'. 2019-10-09 Fred Gleason * Incremented the package version to 3.1.0int0 +2019-10-17 Fred Gleason + * Fixed a regression in the 'Select Cut' ['RDCutDialog'] that + caused 'Group:' dropdown list to be empty. diff --git a/lib/rdcut_dialog.cpp b/lib/rdcut_dialog.cpp index 181e0c70..c3b1dc43 100644 --- a/lib/rdcut_dialog.cpp +++ b/lib/rdcut_dialog.cpp @@ -385,7 +385,7 @@ void RDCutDialog::addButtonData() int cart_num=-1; RDAddCart *add_cart=new RDAddCart(&cart_group,&cart_type,&cart_title, - cut_caption,rda->user()->name(), + rda->user()->name(),cut_caption, rda->system(),this); if((cart_num=add_cart->exec())<0) { delete add_cart;