parent
2f4ee70f46
commit
6a5fff889e
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ impl TabPanel {
|
|||
|
||||
/// Return true if the panel can be split or move
|
||||
fn can_split(&self) -> bool {
|
||||
self.stack_panel.is_some()
|
||||
self.stack_panel.is_some() && !self.is_zoomed
|
||||
}
|
||||
|
||||
pub(super) fn set_collapsed(&mut self, collapsed: bool, cx: &mut ViewContext<Self>) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue