fix: send pending activated instead of current activated to toplevel_info
This commit is contained in:
parent
11a8265145
commit
895ea6aec1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ impl Window for CosmicSurface {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn is_activated(&self) -> bool {
|
fn is_activated(&self) -> bool {
|
||||||
!self.is_minimized() && CosmicSurface::is_activated(self, false)
|
!self.is_minimized() && CosmicSurface::is_activated(self, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn is_maximized(&self) -> bool {
|
fn is_maximized(&self) -> bool {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue