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:
Paul Davis 2007-04-03 02:05:34 +00:00
parent edfc81352e
commit 4b35fc4c68
15 changed files with 116 additions and 28 deletions

View file

@ -41,6 +41,7 @@ struct GhostRegion : public sigc::trackable
void set_samples_per_unit (double spu);
void set_duration (double units);
void set_height ();
void set_colors ();
sigc::signal<void,GhostRegion*> GoingAway;
};