Update key-bindings for all Lua action scripts #8034

This commit is contained in:
Robin Gareus 2020-04-24 02:31:30 +02:00
parent dbcbfd7b5b
commit 2d50c3f907
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 12 additions and 9 deletions

View file

@ -900,7 +900,7 @@ private:
void close_current_dialog ();
bool bind_lua_action_script (GdkEventButton*, int);
void update_action_script_btn (int i, const std::string&);
void action_script_changed (int i, const std::string&);
void ask_about_scratch_deletion ();
};