Skip to content
Snippets Groups Projects
Commit 36ee1641 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add setExpanded (does not work?)

parent 403614c8
No related branches found
No related tags found
1 merge request!98ArMem Update
......@@ -43,6 +43,7 @@ namespace armarx::armem
ARMARX_CHECK_POSITIVE(items.size());
QTreeWidgetItem* item = items.top();
items.pop();
item->setExpanded(true);
if (items.size() > 0)
{
items.top()->addChild(item);
......
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