Commit 252dc9c4 authored by Aleksei Kanash's avatar Aleksei Kanash

Display screen is centered now - fixed Sankore-811.

parent ced305ec
......@@ -1484,6 +1484,9 @@ void UBBoardController::boardViewResized(QResizeEvent* event)
mControlView->centerOn(0,0);
if (mDisplayView)
mDisplayView->centerOn(0,0);
mPaletteManager->containerResized();
UBApplication::boardController->controlView()->scene()->moveMagnifier();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment