From a21fc24b753e7f1dd978fe93f1d9ac214909b05c Mon Sep 17 00:00:00 2001 From: "Victor \"multun\" Collod" Date: Sun, 3 May 2020 23:44:12 -0700 Subject: [PATCH] initialize isResizing in UBGraphicsDelegateFrame --- src/domain/UBGraphicsDelegateFrame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/domain/UBGraphicsDelegateFrame.cpp b/src/domain/UBGraphicsDelegateFrame.cpp index 571491e7..36334510 100644 --- a/src/domain/UBGraphicsDelegateFrame.cpp +++ b/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) {