Remove "Moving Pixels" label in status bar

This commit is contained in:
David Capello 2016-05-18 11:55:39 -03:00
parent 05395c2437
commit 4929efbd9c

View File

@ -435,7 +435,7 @@ bool MovingPixelsState::onUpdateStatusBar(Editor* editor)
gfx::Size imageSize = m_pixelsMovement->getInitialImageSize();
StatusBar::instance()->setStatusText
(100, "Moving Pixels: :pos: %d %d :size: %3d %3d :selsize: %d %d [%.02f%% %.02f%%] :angle: %.1f",
(100, ":pos: %d %d :size: %3d %3d :selsize: %d %d [%.02f%% %.02f%%] :angle: %.1f",
transform.bounds().x, transform.bounds().y,
imageSize.w, imageSize.h,
transform.bounds().w, transform.bounds().h,