Dismiss zoomed panels by closing their dock, not zooming them out
This commit is contained in:
parent
76927b6d95
commit
ac41564a8f
2 changed files with 64 additions and 50 deletions
|
@ -175,6 +175,10 @@ impl Dock {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn position(&self) -> DockPosition {
|
||||
self.position
|
||||
}
|
||||
|
||||
pub fn is_open(&self) -> bool {
|
||||
self.is_open
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue