Ticket #2368: BugDemo1.txt
File BugDemo1.txt, 391 bytes (added by vlad@…, 12 years ago) |
---|
Line | |
---|---|
1 | Window with DEFAULT (-1) Style: |
2 | GUICreate [640x480]: Client Area is 640x480 because it actually is 646x505 |
3 | WinMove [640x480]: Client Area is 634x455 because it actually is 640x480 |
4 | |
5 | Window with $WS_SIZEBOX+$WS_SYSMENU Style: |
6 | GUICreate [640x480]: Client Area is 638x459 because it actually is 646x486 |
7 | WinMove [640x480]: Client Area is 632x453 because it actually is 640x480 |