Deactivate hotkey scoping for now
This commit is contained in:
parent
d17a469df5
commit
f6ec5f7529
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ void set_scope_active(scope s, bool set)
|
|||
|
||||
bool is_scope_active(scope s)
|
||||
{
|
||||
return scope_active_[s];
|
||||
return true; //scope_active_[s];
|
||||
}
|
||||
|
||||
const std::string& get_scope_string(scope s)
|
||||
|
|
Loading…
Add table
Reference in a new issue