I checked in the tracker and it seems its not reported.
Is this a known problem and should i report it to the selfless CEGUI team through mantis?
My current fix is to disable resizing
![Smile :)](./images/smilies/icon_smile.gif)
Moderators: CEGUI MVP, CEGUI Team
Code: Select all
<property name="MinSize" value="{{0.2,0},{0.2,0}}"/>
I was previously aware of this issue, such that it is. I'm not sure it's actually a bug as such, since the correct procedure is to set an appropriate minimum size.
A workaround is to use the MinSize property for your window, for example:Code: Select all
<property name="MinSize" value="{{0.2,0},{0.2,0}}"/>
Code: Select all
<Property Name="UnifiedMinSize" Value="{{0.2,0},{0.2,0}}" />
This xml may be outdated.
Return to “Offtopic Discussion”
Users browsing this forum: No registered users and 10 guests