From a0b7282b31ed31051ee98bf16e8704d5599e5461 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 6 Mar 2013 09:30:52 +0100 Subject: Major GUI workover. Hilights: A new filebrowser and new knob widget. --- plugingui/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/font.h') diff --git a/plugingui/font.h b/plugingui/font.h index c83a98f..848b168 100644 --- a/plugingui/font.h +++ b/plugingui/font.h @@ -46,7 +46,7 @@ public: size_t size(); size_t textWidth(std::string text); - size_t textHeight(std::string text); + size_t textHeight(std::string text = ""); PixelBufferAlpha *render(GlobalContext *gctx, std::string text); -- cgit v1.2.3