presses work when clicks dont on the frame around the titlebar..
This commit is contained in:
parent
930891f119
commit
95ffd99cfa
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ static void binddef()
|
|||
a = action_new(action_shade);
|
||||
mbind("4", "titlebar", MouseAction_Press, a);
|
||||
a = action_new(action_unshade);
|
||||
mbind("5", "titlebar", MouseAction_Click, a);
|
||||
mbind("5", "titlebar", MouseAction_Press, a);
|
||||
|
||||
a = action_new(action_toggle_maximize_full);
|
||||
mbind("1", "maximize", MouseAction_Click, a);
|
||||
|
|
Loading…
Reference in a new issue