VirtualBox

Changeset 38812 in vbox


Ignore:
Timestamp:
Sep 21, 2011 11:56:33 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74107
Message:

VBoxDbgBase.cpp: Always polish the window size+pos. (W7 fix)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgBase.cpp

    r31530 r38812  
    151151
    152152VBoxDbgBaseWindow::VBoxDbgBaseWindow(VBoxDbgGui *a_pDbgGui, QWidget *a_pParent)
    153     : QWidget(a_pParent, Qt::Window), VBoxDbgBase(a_pDbgGui),
    154 #ifdef Q_WS_X11
    155     m_fPolished(false),
    156 #else
    157     m_fPolished(true),
    158 #endif
     153    : QWidget(a_pParent, Qt::Window), VBoxDbgBase(a_pDbgGui), m_fPolished(false),
    159154    m_x(INT_MAX), m_y(INT_MAX), m_cx(0), m_cy(0)
    160155{
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