mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Use existing reset_keybind function
This commit is contained in:
parent
e6c239e783
commit
2573162a4f
3 changed files with 3 additions and 4 deletions
|
|
@ -708,7 +708,8 @@ actions_run(struct view *activator, struct server *server,
|
|||
return;
|
||||
}
|
||||
|
||||
cur_keybind = NULL;
|
||||
/* This cancels any pending on-release keybinds */
|
||||
keyboard_reset_current_keybind ();
|
||||
|
||||
struct view *view;
|
||||
struct action *action;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue