Bug #6544
Cannot create WAnchor with text '>= 5'
Start date:
08/10/2018
Due date:
% Done:
0%
Estimated time:
Description
WAnchor accepts only WString but internally keep WText.
Therefore I cannot create labels that are invalid xml.
For example, '>=4 <5'.
Updated by Wim Dumon over 4 years ago
- Status changed from New to Resolved
Did you notice WAnchor's setTextFormat() method? Setting it to plain text mode should make this possible.
Updated by Egor Pugin over 4 years ago
Oops, sorry :(
Is it worth it to add as constructor parameter?