Page 1 of 1

TabcontentPane is unclickable in 0.7.5

Posted: Tue Feb 22, 2011 11:59
by shenhui
I am using CEGUI 0.7.5 at present and found that when I get the window of "__auto_TabPane__" in a tabcontrol and register a event EventMouseClick, but when I click on the tabpane, EventMouseClick is not triggerred, which is normal in CEGUI 0.6.0. I do not know whether this is a bug, so I post it here.

Re: TabcontentPane is unclickable in 0.7.5

Posted: Wed Feb 23, 2011 08:44
by CrazyEddie
I think to make it work you will need to set the MouseInputPropagationEnabled property to True on the root of each layout 'page' of content that you add (and optionally on the actual content depending on your exact needs).

CE,