fixed a bug where present wouldn't show the right image when theme was reloaded
This commit is contained in:
parent
71bac5414e
commit
55a475a446
@ -498,7 +498,7 @@ void Courtroom::set_widgets()
|
||||
ui_evidence_right->set_image("arrow_right.png");
|
||||
|
||||
set_size_and_pos(ui_evidence_present, "evidence_present");
|
||||
ui_evidence_present->set_image("present_disabled");
|
||||
ui_evidence_present->set_image("present_disabled.png");
|
||||
|
||||
set_size_and_pos(ui_evidence_overlay, "evidence_overlay");
|
||||
ui_evidence_overlay->set_image("evidenceoverlay.png");
|
||||
|
Loading…
Reference in New Issue
Block a user