render visibility modifier changed to pub(crate)
This commit is contained in:
parent
0e2066e9fe
commit
365fb6741c
|
@ -71,7 +71,7 @@ impl Window {
|
|||
WindowBuilder::new(root)
|
||||
}
|
||||
|
||||
pub fn render(&mut self) {
|
||||
pub(crate) fn render(&mut self) {
|
||||
let position = self.root.position(&mut self.renderer);
|
||||
eprintln!("Rendering window with id {:?}", self.id());
|
||||
eprintln!("Root widget position: {position:?}");
|
||||
|
|
Loading…
Reference in a new issue