Skip to content
Snippets Groups Projects
Commit e8eb7459 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

variant widget: bool is now displayed as True/False instead of X or no X

parent 54c140cf
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ namespace armarx
};
BoolVariantDataWidget(const VariantDataPtr& v):
disp {DisplayOption::X}
disp {DisplayOption::Boolalpha}
{
auto l = new QVBoxLayout;
l->setContentsMargins(0, 0, 0, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment