fix(headerbar): double click handling & resize only on press
This commit is contained in:
parent
01f1785af5
commit
b28a435b18
5 changed files with 29 additions and 17 deletions
|
|
@ -1130,6 +1130,7 @@ impl Program for CosmicStackInternal {
|
|||
.to_i32_round();
|
||||
cursor.y -= TAB_HEIGHT;
|
||||
let res = shell.menu_request(
|
||||
false,
|
||||
&surface,
|
||||
&seat,
|
||||
serial,
|
||||
|
|
@ -1172,6 +1173,7 @@ impl Program for CosmicStackInternal {
|
|||
.to_i32_round();
|
||||
cursor.y -= TAB_HEIGHT;
|
||||
let res = shell.menu_request(
|
||||
false,
|
||||
&surface,
|
||||
&seat,
|
||||
serial,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue