From 77b3943b751bed43d230de6db322a750bfd1fc8e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 4 Apr 2013 21:19:58 +0200 Subject: New message system. New common midi input class. Some compiler warning fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font. --- plugingui/label.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/label.cc') diff --git a/plugingui/label.cc b/plugingui/label.cc index 165f1ed..bcc7005 100644 --- a/plugingui/label.cc +++ b/plugingui/label.cc @@ -46,8 +46,8 @@ void GUI::Label::repaintEvent(GUI::RepaintEvent *e) p.setColour(Colour(1)); - Font font; - p.drawText(10, (height() + font.textHeight()) / 2, font, _text); + Font font(":fontemboss.png"); + p.drawText(10, (height() + font.textHeight()) / 2, font, _text, true); } -- cgit v1.2.3