Fixed: setActive() did not invalidate table cell size.

ryzom/ui/improvements
Nimetu 4 years ago
parent 9532fc3a81
commit 6ccd8853db

@ -1168,6 +1168,8 @@ namespace NLGUI
{
_Active = state;
invalidateCoords();
// force invalidate CViewText/CGroupTable inner elements
invalidateContent();
}
}

Loading…
Cancel
Save