This commit is contained in:
Stephan Dilly 2020-03-26 13:37:52 +01:00
parent 6c85e19ce8
commit 82e0966a13

View file

@ -24,7 +24,7 @@ pub trait Component {
fn focused(&self) -> bool {
false
}
///
/// focus/unfocus this component depending on param
fn focus(&mut self, _focus: bool) {}
///
fn is_visible(&self) -> bool {