VirtualBox

Changeset 2322 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 23, 2007 4:11:19 PM (18 years ago)
Author:
vboxsync
Message:

Steps to reproduce issue:

  1. User presses the mouse button upon the border of working VM Console Window.
  2. User moves the border to new (first) size location and waits a little for the resize timeout to be expired (now VM has request to resize window then the user release the mouse button).
  3. User moves the border to new (second) size location and releases the mouse button before resize timeout to be expired.

Required result: Window should be resized to the second user selected size.
Actual result: Window resized to the first user selected size.
Verdict: Fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r2310 r2322  
    787787            {
    788788                ignore_mainwnd_resize = true;
    789                 resize_hint_timer->stop();
    790789
    791790                VBoxResizeEvent *re = (VBoxResizeEvent *) e;
     
    818817                 * full screen */
    819818                if (!mainwnd->isTrueFullscreen() &&
    820                     !topLevelWidget()->isMaximized())
     819                    !topLevelWidget()->isMaximized() &&
     820                    !resize_hint_timer->isActive())
    821821                    normalizeGeometry (true /* adjustPosition */);
    822822
     
    22972297# else
    22982298        ::DarwinDisableGlobalHotKeys (true);
    2299 # endif 
     2299# endif
    23002300        grabKeyboard();
    23012301    }
     
    23072307# else
    23082308        ::DarwinDisableGlobalHotKeys (false);
    2309 # endif 
     2309# endif
    23102310        releaseKeyboard();
    23112311    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette