Hello! And thank you Crazy Eddie for this amazing lib that I've been discovering the past couple weeks.
I think I found a bug, even though it could be intentional since it only happens on a disabled widget.
Whenever I resize my window and call
Code: Select all
CEGUI::System::getSingleton().notifyDisplaySizeChanged(size);
to notify CEGUI; any child widget from a FrameWindow (with TaharezLook at least) which is disabled will be positioned according to the outer rect area and won't consider auto windows (Titlebar) and I think it is the same issue for the size of the childs.
The problem may not be related to the FrameWindow but to the AutoWindow since I only tested it with FrameWindow.
Regards