Merge pull request #811 from mahkoh/jorth/fix-fullscreen-drag
window-management: restore ability to drag fullscreen windows
This commit is contained in:
commit
dd10e1a585
1 changed files with 3 additions and 0 deletions
|
|
@ -930,6 +930,9 @@ impl ToplevelData {
|
|||
}
|
||||
|
||||
pub fn is_root_container(&self) -> bool {
|
||||
if not_matches!(self.kind, ToplevelType::Container) {
|
||||
return false;
|
||||
}
|
||||
let Some(parent) = self.parent.get() else {
|
||||
return false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue