Ref T560, reset move position

This commit is contained in:
Klaus Basan
2019-03-30 06:44:03 +01:00
committed by Mat Sutcliffe
parent 0d0e093330
commit 66cbe1662e
6 changed files with 36 additions and 13 deletions

View File

@@ -87,7 +87,7 @@ namespace BlackGui
static const QString &windowModeToString(WindowMode m);
protected:
QPoint m_framelessDragPosition; //!< position, if moving is handled with frameless window */
QPoint m_framelessDragPosition; //!< position, if moving is handled with frameless window
QPushButton *m_framelessCloseButton = nullptr; //!< close button
WindowMode m_windowMode = WindowNormal; //!< Window mode, \sa WindowMode
WindowMode m_originalWindowMode = WindowNormal; //!< mode when initialized