2019-10-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in the 'Select Cut' ['RDCutDialog'] that
	caused 'Group:' dropdown list to be empty.
This commit is contained in:
Fred Gleason
2019-10-17 12:52:03 -04:00
parent dc8f3229e8
commit 2f2eaab1ec
2 changed files with 4 additions and 1 deletions

View File

@@ -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;