xfade rects should only pop-up in Object mode, when they are focusable
This commit is contained in:
parent
116a0ad327
commit
eaa17c3951
@ -1311,7 +1311,7 @@ AudioRegionView::entered (bool internal_editing)
|
||||
gain_line->add_visibility (AutomationLine::ControlPoints);
|
||||
}
|
||||
|
||||
if (!internal_editing) {
|
||||
if (!internal_editing && ( trackview.editor().current_mouse_mode() == Editing::MouseObject ) ) {
|
||||
if (start_xfade_rect) {
|
||||
start_xfade_rect->set_outline (true);
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ $group_number = 0;
|
||||
%merge_bindings;
|
||||
|
||||
$platform = linux;
|
||||
$winkey = 'Mod4\>\<Super';
|
||||
$winkey = 'Win';
|
||||
$make_cheatsheet = 1;
|
||||
$make_accelmap = 0;
|
||||
$merge_from = "";
|
||||
@ -56,7 +56,7 @@ if ($platform eq "darwin") {
|
||||
$gtk_modifier_map{'PRIMARY'} = 'Control';
|
||||
$gtk_modifier_map{'SECONDARY'} = 'Alt';
|
||||
$gtk_modifier_map{'TERTIARY'} = 'Shift';
|
||||
$gtk_modifier_map{'LEVEL4'} = $winkey;
|
||||
$gtk_modifier_map{'LEVEL4'} = 'window';
|
||||
$gtk_modifier_map{'WINDOW'} = 'Alt';
|
||||
$gtk_modifier_map{$winkey} => 'Win';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user