Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/a21fc24b753e7f1dd978fe93f1d9ac214909b05c?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

initialize isResizing in UBGraphicsDelegateFrame

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

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

Loading…
Cancel
Save