From c51b859f330ec3a93e58f89660bd352cb23fa292 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 13 Aug 2017 22:49:57 +0100 Subject: return bool wrapTest --- menuApp/src/ofxTextBlock.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'menuApp/src/ofxTextBlock.cpp') diff --git a/menuApp/src/ofxTextBlock.cpp b/menuApp/src/ofxTextBlock.cpp index 6fe00d0..36a19f2 100755 --- a/menuApp/src/ofxTextBlock.cpp +++ b/menuApp/src/ofxTextBlock.cpp @@ -362,6 +362,7 @@ bool ofxTextBlock::wrapTextForceLines(int linesN){ } + return true; } -- cgit v1.2.3