/branches/Version14x/Scribus/scribus/propertiespalette.cpp |
---|
2452,7 → 2452,7 |
m_ScMW->view->RCenter = FPoint(gx + gw / 2.0, gy + gh / 2.0); |
else if (bp == 3) |
m_ScMW->view->RCenter = FPoint(gx, gy + gh); |
else if (bp == 0) |
else if (bp == 4) |
m_ScMW->view->RCenter = FPoint(gx + gw, gy + gh); |
xposLabel->setText( tr( "&X-Pos:" ) ); |
widthLabel->setText( tr( "&Width:" ) ); |