fix
This commit is contained in:
parent
b0c6daf56e
commit
a8a23db252
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||||
|
|
Loading…
Add table
Reference in a new issue