mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions in rdcartslots(1) that caused widgets to fail to update properly after reloading slots. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -145,13 +145,13 @@ void RDSlotDialog::okData()
|
||||
edit_options->setHookMode(edit_hook_box->currentIndex());
|
||||
edit_options->setStopAction((RDSlotOptions::StopAction)edit_stop_action_box->
|
||||
currentIndex());
|
||||
done(0);
|
||||
done(true);
|
||||
}
|
||||
|
||||
|
||||
void RDSlotDialog::cancelData()
|
||||
{
|
||||
done(-1);
|
||||
done(false);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user