Editors: Slider, always hide the area header contents
Always hide the area header contents when the slider UI component is used. This prevents the slider from being drawn semi-transparently on top of other UI elements.
This commit is contained in:
@@ -397,6 +397,9 @@ tSlider *ED_slider_create(struct bContext *C)
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide the area menu bar contents, as the slider will be drawn on top. */
|
||||
ED_area_status_text(slider->area, "");
|
||||
|
||||
return slider;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user