mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 05:37:22 +01:00
[Summary]: fix bug #44512 (Startup Screen doesn't has upper boarder line on Quit button)
This commit is contained in:
parent
1aa7281d3a
commit
05a08091ab
2 changed files with 1 additions and 2 deletions
|
|
@ -636,7 +636,6 @@ Editor::build_marker_menu (Location* loc)
|
|||
void
|
||||
Editor::build_range_marker_menu (bool loop_or_punch, bool session)
|
||||
{
|
||||
std::cout<<"build_range_marker_menu"<<std::endl;
|
||||
using namespace Menu_Helpers;
|
||||
|
||||
bool const loop_or_punch_or_session = loop_or_punch | session;
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
bgnormal="#303030"
|
||||
fgactive="#000000"
|
||||
bgactive="#dcdcdc"
|
||||
borderwidth="0 0 1 1"
|
||||
borderwidth="0 1 1 1"
|
||||
x="0"
|
||||
y="271"
|
||||
width="393"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue