Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp	(revision 27363)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp	(revision 27364)
@@ -57,4 +57,7 @@
     , m_fShouldWeDoResize(false)
 {
+    /* Load machine view settings: */
+    loadMachineViewSettings();
+
     /* Prepare frame buffer: */
     prepareFrameBuffer();
@@ -68,7 +71,4 @@
     /* Prepare console connections: */
     prepareConsoleConnections();
-
-    /* Load machine view settings: */
-    loadMachineViewSettings();
 
     /* Initialization: */
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp	(revision 27363)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp	(revision 27364)
@@ -54,4 +54,7 @@
     , m_fShouldWeDoResize(false)
 {
+    /* Load machine view settings: */
+    loadMachineViewSettings();
+
     /* Prepare frame buffer: */
     prepareFrameBuffer();
@@ -68,7 +71,4 @@
     /* Prepare console connections: */
     prepareConsoleConnections();
-
-    /* Load machine view settings: */
-    loadMachineViewSettings();
 
     /* Initialization: */
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp	(revision 27363)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp	(revision 27364)
@@ -55,4 +55,7 @@
     , m_fShouldWeDoResize(false)
 {
+    /* Load machine view settings: */
+    loadMachineViewSettings();
+
     /* Prepare frame buffer: */
     prepareFrameBuffer();
@@ -69,7 +72,4 @@
     /* Prepare console connections: */
     prepareConsoleConnections();
-
-    /* Load machine view settings: */
-    loadMachineViewSettings();
 
     /* Prepare seamless view: */
