summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
diff options
context:
space:
mode:
authorGZharun <grygoriiz@wavesglobal.com>2014-12-15 13:17:44 +0200
committerPaul Davis <paul@linuxaudiosystems.com>2015-04-29 07:27:34 -0400
commit96371c83277f4618138264302c7ea62e017f4a82 (patch)
treeebdb1c6879a7e1c026f55300282f4c6325c18cfa /libs/canvas/canvas
parent84cb8913b080df9d6dde2ebc478bdb59316b4a1d (diff)
[Summary] Fixed issue when width request from Cavas text returned old width value
[Reviewed by] Paul Davis Conflicts: libs/canvas/canvas/text.h
Diffstat (limited to 'libs/canvas/canvas')
-rw-r--r--libs/canvas/canvas/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/canvas/canvas/text.h b/libs/canvas/canvas/text.h
index a967206e65..ee22a3ecda 100644
--- a/libs/canvas/canvas/text.h
+++ b/libs/canvas/canvas/text.h
@@ -51,6 +51,7 @@ public:
void dump (std::ostream&) const;
std::string text() const { return _text; }
+ double text_width() const;
private:
std::string _text;