This commit is contained in:
JMARyA 2025-01-15 22:05:30 +01:00
parent b0c6daf56e
commit a8a23db252
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -83,7 +83,7 @@ impl DivWidget {
impl UIWidget for DivWidget { impl UIWidget for DivWidget {
fn can_inherit(&self) -> bool { fn can_inherit(&self) -> bool {
false self.1
} }
fn base_class(&self) -> Vec<String> { fn base_class(&self) -> Vec<String> {