VirtualBox

Changeset 27206 in vbox for trunk/src


Ignore:
Timestamp:
Mar 9, 2010 12:03:58 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: slight protocol fix to cursor shape setting

File:
1 edited

Legend:

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

    r27193 r27206  
    39723972            mLastCursor = QCursor();  /* in practice this is equivalent to
    39733973                                       * unsetCursor() */
    3974     }
    3975     mHideHostPointer = !me->isVisible();
     3974        mHideHostPointer = false;
     3975    }
     3976    else
     3977        /* The visiblity flag is only interpreted if there is no shape */
     3978        mHideHostPointer = !me->isVisible();
    39763979    updateHostCursor();
    39773980}
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