Changeset 476


Ignore:
Timestamp:
Jan 26, 2010, 1:37:14 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Fixed: Visible title bar and frame of the top-level window after switching to fullscreen (closes #118).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwidget_pm.cpp

    r428 r476  
    17201720                QRect r = QApplication::desktop()->screenGeometry(this);
    17211721                QRect fs(d->frameStrut());
    1722                 fs.adjust(-fs.left(), -fs.top(), fs.right(), fs.bottom());
     1722                .adjust(-fs.left(), -fs.top(), fs.right(), fs.bottom());
    17231723                fl |= SWP_ZORDER | SWP_MOVE | SWP_SIZE;
    17241724                WinSetWindowPos(fId, HWND_TOP, r.left(),
Note: See TracChangeset for help on using the changeset viewer.