mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix merge/rebase mistake
This commit is contained in:
parent
ff9bb1886a
commit
21c3d17ae1
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ bool Keyboard::bindings_changed_after_save_became_legal = false;
|
|||
map<string,string> Keyboard::binding_files;
|
||||
string Keyboard::_current_binding_name;
|
||||
string Keyboard::binding_filename_suffix = X_(".keys");
|
||||
Gtk::Window* Keyboard::pre_dialog_active_window = 0;
|
||||
|
||||
/* set this to initially contain the modifiers we care about, then track changes in ::set_edit_modifier() etc. */
|
||||
GdkModifierType Keyboard::RelevantModifierKeyMask;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue