Page 1 of 1

[Bug] setClippedByParent do not works on ComboBox

Posted: Wed Jun 22, 2011 00:25
by KATO2
Hello, i have installed CEGUI 0.7.5 in ubuntu with ogre. i have a combobox in a FrameWindow, the combobox's height is 1.5, but the dropdownlist is clipped by the parent.

i set the property clippedbyparent on dropdownlist to false, but i obtain the same result.

what can i do?

Re: [Bug] setClippedByParent do not works on ComboBox

Posted: Wed Jun 22, 2011 00:30
by Kulik
This is a known issue: http://www.cegui.org.uk/mantis/view.php?id=385

The simplest solution is to set AutoRenderingSurface to False on the FrameWindow.

Re: [Bug] setClippedByParent do not works on ComboBox

Posted: Wed Jun 22, 2011 00:46
by KATO2
thank you. that solved my problem.