You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CFramelessWindow* mainWin = new CFramelessWindow();
CFramelessWindow* subWin= new CFramelessWindow(mainWin );
these will break the dragable/resizeable feature of mainWin!
The text was updated successfully, but these errors were encountered:
Bringer-of-Light
changed the title
On WindowsOS: CFramelessWindow can not have an child CFramelessWindow
On WindowsOS: CFramelessWindow can not have a child CFramelessWindow
Jan 25, 2018
On WindowsOS:
CFramelessWindow* mainWin = new CFramelessWindow();
CFramelessWindow* subWin= new CFramelessWindow(mainWin );
these will break the dragable/resizeable feature of mainWin!
The text was updated successfully, but these errors were encountered: