Ticket #9811: ticket_9811.patch
| File ticket_9811.patch, 905 bytes (added by , 13 years ago) |
|---|
-
src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp
188 188 QRect UIMachineViewFullscreen::workingArea() const 189 189 { 190 190 /* Get corresponding screen: */ 191 int iScreen = static_cast<UIMachineLogicFullscreen*>(machineLogic())->hostScreenForGuestScreen(screenId()); 191 int thisScreen = QApplication::desktop()->screenNumber(this); 192 192 193 /* Return available geometry for that screen: */ 193 return QApplication::desktop()->screenGeometry( iScreen);194 return QApplication::desktop()->screenGeometry(thisScreen); 194 195 } 195 196 196 197 QSize UIMachineViewFullscreen::calculateMaxGuestSize() const

