mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 08:35:48 +01:00
2017-09-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlibrary/record_cut.cpp' that caused the 'Weight' control to fail to be disabled when the cut was placed in evergreen mode.
This commit is contained in:
@@ -16003,3 +16003,7 @@
|
||||
* Refactored the layout of the 'Cut Info/Record' dialog in RDLibrary.
|
||||
* Added a 'Source Host' control to the 'Cut Info/Record' dialog
|
||||
in RDLibrary.
|
||||
2017-09-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'rdlibrary/record_cut.cpp' that caused the 'Weight'
|
||||
control to fail to be disabled when the cut was placed in evergreen
|
||||
mode.
|
||||
|
||||
@@ -1002,6 +1002,8 @@ void RecordCut::meterData()
|
||||
|
||||
void RecordCut::evergreenToggledData(bool state)
|
||||
{
|
||||
cut_weight_label->setDisabled(state);
|
||||
cut_weight_box->setDisabled(state);
|
||||
cut_killdatetime_label->setDisabled(state);
|
||||
cut_startdatetime_enable_button->setDisabled(state);
|
||||
cut_startdatetime_disable_button->setDisabled(state);
|
||||
@@ -1035,7 +1037,6 @@ void RecordCut::evergreenToggledData(bool state)
|
||||
void RecordCut::resizeEvent(QResizeEvent *e)
|
||||
{
|
||||
int w=size().width();
|
||||
int h=size().height();
|
||||
|
||||
cut_description_label->setGeometry(0,10,85,20);
|
||||
cut_description_edit->setGeometry(90,10,w-100,20);
|
||||
|
||||
Reference in New Issue
Block a user