mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 23:55:56 +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:
@@ -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