mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
inset regions into track (don't share edges)
This commit is contained in:
parent
423f6e3445
commit
7d7b787a28
2 changed files with 2 additions and 2 deletions
|
|
@ -158,7 +158,7 @@
|
|||
<Option name="stereo panner inverted bg" value="2e2929ff"/>
|
||||
<Option name="tempo bar" value="70727fcc"/>
|
||||
<Option name="tempo marker" value="f2425bff"/>
|
||||
<Option name="time axis frame" value="000000ff"/>
|
||||
<Option name="time axis frame" value="333639ff"/>
|
||||
<Option name="selected time axis frame" value="ee0000ff"/>
|
||||
<Option name="time stretch fill" value="e2b5b596"/>
|
||||
<Option name="time stretch outline" value="63636396"/>
|
||||
|
|
|
|||
|
|
@ -593,7 +593,7 @@ TimeAxisViewItem::set_height (double height)
|
|||
}
|
||||
|
||||
if (frame) {
|
||||
frame->set_y1 (height);
|
||||
frame->set_y1 (height -1);
|
||||
if (frame_handle_start) {
|
||||
frame_handle_start->set_y1 (height);
|
||||
frame_handle_end->set_y1 (height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue