Ignore:
Timestamp:
Aug 21, 2011, 12:36:18 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests: embedded: Reproduced the #204 problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/embedded/embedded.cpp

    r1015 r1018  
    115115
    116116        if (tickCount == 5)
    117             resize (800, 600);
     117        {
     118            videoWidget->resize (800, 600);
     119            resize(size() - stackCentralW->size() + QSize(800, 600));
     120        }
    118121
    119122#ifdef Q_WS_PM
     
    128131            {
    129132                HRGN hrgn = GpiCreateRegion(hps, 1L, &rcl);
    130                 ULONG rc = qt_WinProcessWindowObstacles (hwnd, NULL, hrgn, CRGN_DIFF, PWO_Default);
     133                qt_WinProcessWindowObstacles (hwnd, NULL, hrgn, CRGN_DIFF, PWO_Default);
    131134
    132135                HRGN hrgnOld;
Note: See TracChangeset for help on using the changeset viewer.