2020-11-01 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdadmin(1) that caused corruption of the
	'Auto-Correct Duplicate Cart Title' control.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2020-11-01 14:43:34 -05:00
parent 2aa5aea4f9
commit bcb5c60d7e
2 changed files with 3 additions and 2 deletions

View File

@ -20525,3 +20525,6 @@
* Implemented 'RDApplication::ExitCode' in rdimport(1).
* Implemented 'RDApplication::ExitCode' in rdlogmanager(1).
* Implemented 'RDApplication::ExitCode' in rdservice(8).
2020-11-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdadmin(1) that caused corruption of the
'Auto-Correct Duplicate Cart Title' control.

View File

@ -144,8 +144,6 @@ EditSystem::EditSystem(QWidget *parent)
// Show User List
//
edit_show_user_list_box=new QCheckBox(this);
connect(edit_show_user_list_box,SIGNAL(toggled(bool)),
this,SLOT(duplicatesCheckedData(bool)));
edit_show_user_list_label=
new QLabel(edit_show_user_list_box,tr("Show User List in RDLogin"),this);
edit_show_user_list_label->setFont(labelFont());