Merge branch 'main' into fix-panel-resize
This commit is contained in:
commit
cf037ea4a8
13 changed files with 131 additions and 95 deletions
|
@ -773,6 +773,10 @@ impl<'a> WindowContext<'a> {
|
|||
self.window.platform_window.set_title(title);
|
||||
}
|
||||
|
||||
pub fn set_window_edited(&mut self, edited: bool) {
|
||||
self.window.platform_window.set_edited(edited);
|
||||
}
|
||||
|
||||
pub fn display(&self) -> Option<Rc<dyn PlatformDisplay>> {
|
||||
self.platform
|
||||
.displays()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue