summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-flag.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-11 22:58:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-11 22:58:55 +0000
commitc81691741118ab34c5f6f458c2d84f431e481ada (patch)
tree0cef6f8ca9b91cf4458fd4bbe9996bdb16870cea /gtk2_ardour/canvas-flag.h
parent24a268876588ad68490a2ed4146559eb4e434073 (diff)
make canvas flag use NoEventText for its label, and try to set the font (unsuccessfully, it seems) to the same TimeAxisViewItem::NAME_FONT
git-svn-id: svn://localhost/ardour2/branches/3.0@12664 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/canvas-flag.h')
-rw-r--r--gtk2_ardour/canvas-flag.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/canvas-flag.h b/gtk2_ardour/canvas-flag.h
index c8b32c72a5..306694e870 100644
--- a/gtk2_ardour/canvas-flag.h
+++ b/gtk2_ardour/canvas-flag.h
@@ -8,6 +8,7 @@
#include "simplerect.h"
#include "simpleline.h"
+#include "canvas-noevent-text.h"
class MidiRegionView;
@@ -33,7 +34,7 @@ public:
virtual void set_height (double);
protected:
- Text* _text;
+ NoEventText* _text;
double _height;
guint _outline_color_rgba;
guint _fill_color_rgba;