<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Verdana">Thanks Michael,<br>
      <br>
      I searched and searched but I got lost trying to find the actual
      hiccup.<br>
      <br>
      <br>
      Perry<br>
      <br>
    </font><br>
    On 10/31/2011 06:11 PM, Michael Thayer wrote:
    <blockquote cite="mid:4EAF2B25.90207@oracle.com" type="cite">Hello
      Perry,
      <br>
      <br>
      On 10/27/2011 09:28 PM, Perry Halbert wrote:
      <br>
      <blockquote type="cite">I have another issue that I am starting to
        think has something to
        <br>
        do with the new builds. In Win7 and Vista (shudder I know but it
        must
        <br>
        be tested) I can not resize the guest. log shows a video hint
        but the
        <br>
        actual guest area does not grow. I am using the release 4.1.4
        now and
        <br>
        it was working just fine until the update from svn r39104.
        <br>
      </blockquote>
      My fault, and thanks for spotting it.  The following patch (soon
      to be committed to svn) should fix it.
      <br>
      <br>
      Regards,
      <br>
      <br>
      Michael
      <br>
      --- src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
      (revision 74543)
      <br>
      +++ src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp   
      (working copy)
      <br>
      @@ -635,7 +635,7 @@
      <br>
                   maxSize = QSize(0, 0);
      <br>
           }
      <br>
           ASMAtomicWriteU64(&m_u64MaxGuestSize,
      <br>
      -                      RT_MAKE_U64(maxSize.width(),
      maxSize.height()));
      <br>
      +                      RT_MAKE_U64(maxSize.height(),
      maxSize.width()));
      <br>
       }
      <br>
      <br>
       QSize UIMachineView::maxGuestSize()
      <br>
      <br>
    </blockquote>
  </body>
</html>