floating: Don't render hint for maximized window
This commit is contained in:
parent
b114865916
commit
3901e637b0
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ impl FloatingLayout {
|
|||
alpha,
|
||||
);
|
||||
|
||||
if focused == Some(elem) {
|
||||
if focused == Some(elem) && !elem.is_maximized(false) {
|
||||
let mut indicator_geometry = Rectangle::from_loc_and_size(
|
||||
self.space.element_location(elem).unwrap(),
|
||||
elem.geometry().size,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue