fix returned data type

This commit is contained in:
yggverse 2024-09-25 18:32:11 +03:00
parent 36a460d0ad
commit bdc5b9be76

View file

@ -13,7 +13,7 @@ impl Text {
} }
// Getters // Getters
pub fn widget(&self) -> &Box { pub fn widget(&self) -> &ScrolledWindow {
&self.widget &self.widget
} }
} }