mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
audun's tempo redraw fix; sort-of cache time axis view item name widths and avoid pango-width-computation when unnecessary
git-svn-id: svn://localhost/ardour2/trunk@1657 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
edfc81352e
commit
4b35fc4c68
15 changed files with 116 additions and 28 deletions
|
|
@ -1136,6 +1136,13 @@ AutomationLine::set_selected_points (PointSelection& points)
|
|||
|
||||
}
|
||||
|
||||
void AutomationLine::set_colors() {
|
||||
set_line_color( color_map[cAutomationLine] );
|
||||
for (vector<ControlPoint*>::iterator i = control_points.begin(); i != control_points.end(); ++i) {
|
||||
(*i)->show_color (false, !points_visible);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
AutomationLine::show_selection ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue