Only show the Range property header when a Range is selected (WIP)
This commit is contained in:
parent
a29510c1c4
commit
925a3b3ccd
@ -173,15 +173,12 @@ SelectionPropertiesBox::selection_changed ()
|
|||||||
_slot_prop_box->hide();
|
_slot_prop_box->hide();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (selection.empty()) {
|
_header_label.hide();
|
||||||
_header_label.hide();
|
|
||||||
} else {
|
|
||||||
_header_label.set_text(_("Range Properties (Press ESC to Deselect All)"));
|
|
||||||
_header_label.show();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!selection.time.empty()) {
|
if (!selection.time.empty()) {
|
||||||
_time_info_box->show();
|
_time_info_box->show();
|
||||||
|
_header_label.set_text(_("Range Properties (Press ESC to Deselect All)"));
|
||||||
|
_header_label.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if SELECTION_PROPERTIES_BOX_TODO
|
#if SELECTION_PROPERTIES_BOX_TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user