Search found 1 match
- Tue Jul 26, 2005 13:55
- Forum: Unofficial CEGUI-Related Tools
- Topic: move / resize bug in Relative mode
- Replies: 1
- Views: 5359
move / resize bug in Relative mode
I dont know if this has already been fixed ( I dont have access to CVS now) but child windows move / resize is not correct if the window is at relative mode. Here is a fix for this bug: void CCELayoutEditorDoc::mouseMoved (int iMouseX, int iMouseY) { CSelection::WindowIterator windowIt ...