mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix region colors not updating on theme change.
This commit is contained in:
parent
92920307ae
commit
bcea5fc9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ RegionView::init (bool wfd)
|
||||||
|
|
||||||
/* derived class calls set_colors () including RegionView::set_colors() in ::init() */
|
/* derived class calls set_colors () including RegionView::set_colors() in ::init() */
|
||||||
//set_colors ();
|
//set_colors ();
|
||||||
//UIConfiguration::instance().ColorsChanged.connect (sigc::mem_fun (*this, &RegionView::color_handler));
|
UIConfiguration::instance().ColorsChanged.connect (sigc::mem_fun (*this, &RegionView::color_handler));
|
||||||
|
|
||||||
/* XXX sync mark drag? */
|
/* XXX sync mark drag? */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue