all repos — openbox @ c26e5ea7519b02d7b83261faefeec657bb65c4a4

openbox fork - make it a bit more like ryudo

set the _text
Dana Jansens danakj@orodu.net
commit

c26e5ea7519b02d7b83261faefeec657bb65c4a4

parent

ebdfbdabbe503ea479525c2a0148ce50f7003b55

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M otk/label.ccotk/label.cc

@@ -49,6 +49,7 @@ bool utf = text.utf8();

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;