initialize isResizing in UBGraphicsDelegateFrame

preferencesAboutTextFull
Victor "multun" Collod 4 years ago
parent 038f9ed07b
commit a21fc24b75
  1. 1
      src/domain/UBGraphicsDelegateFrame.cpp

@ -67,6 +67,7 @@ UBGraphicsDelegateFrame::UBGraphicsDelegateFrame(UBGraphicsItemDelegate* pDelega
, mFlippedY(false)
, mMirrorX(false)
, mMirrorY(false)
, mResizing(false)
, mTitleBarHeight(hasTitleBar ? 20 :0)
, mNominalTitleBarHeight(hasTitleBar ? 20:0)
{

Loading…
Cancel
Save