Re-introduce active path tracking in workspace
This commit is contained in:
parent
a003a91212
commit
cb11c1282c
4 changed files with 257 additions and 248 deletions
|
@ -678,6 +678,10 @@ impl<'a> WindowContext<'a> {
|
|||
self.window.platform_window.zoom();
|
||||
}
|
||||
|
||||
pub fn set_window_title(&mut self, title: &str) {
|
||||
self.window.platform_window.set_title(title);
|
||||
}
|
||||
|
||||
pub fn display(&self) -> Option<Rc<dyn PlatformDisplay>> {
|
||||
self.platform
|
||||
.displays()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue