]> Dogcows Code - chaz/openbox/blobdiff - otk/label.cc
set the _text
[chaz/openbox] / otk / label.cc
index 751fff3421197c55954ef41404f8b1dc611e8ac1..43d06f77aa6e8b0ad5e2ee1951ba51e976c200b3 100644 (file)
@@ -49,6 +49,7 @@ void Label::setText(const ustring &text)
   std::string s = text.c_str(); // use a normal string, for its functionality
 
   _parsedtext.clear();
+  _text = text;
   
   // parse it into multiple lines
   std::string::size_type p = 0;
This page took 0.020139 seconds and 4 git commands to generate.