Changeset 65444 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 25, 2017 3:10:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r65381 r65444 1149 1149 void UIFrameBufferPrivate::handleSetVisibleRegion(const QRegion ®ion) 1150 1150 { 1151 /* Make sure async visible-region has changed: */ 1152 if (m_asyncVisibleRegion == region) 1151 /* Make sure async visible-region has changed or wasn't yet applied: */ 1152 if ( m_asyncVisibleRegion == region 1153 #ifdef VBOX_WITH_MASKED_SEAMLESS 1154 && m_asyncVisibleRegion == m_pMachineView->machineWindow()->mask() 1155 #endif /* VBOX_WITH_MASKED_SEAMLESS */ 1156 ) 1153 1157 return; 1154 1158
Note:
See TracChangeset
for help on using the changeset viewer.