mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 14:02:58 +02:00
2022-12-13 Fred Gleason <fredg@paravelsystems.com>
* Added logic to the 'Edit Log Entry' dialog in rdlogedit(1) to prevent entry of an invalid cart number. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -132,6 +132,12 @@ int EditEvent::exec()
|
||||
}
|
||||
|
||||
|
||||
void EditEvent::setOkEnabled(bool state)
|
||||
{
|
||||
edit_ok_button->setEnabled(state);
|
||||
}
|
||||
|
||||
|
||||
void EditEvent::timeChangedData(const QTime &time)
|
||||
{
|
||||
if(edit_timetype_box->isChecked()) {
|
||||
|
Reference in New Issue
Block a user