|
|
|
@ -1078,7 +1078,7 @@ void MatrixView::refreshSegment(Segment *segment,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
m_staffs[0]->positionElements(startTime, endTime);
|
|
|
|
|
tqrepaintRulers();
|
|
|
|
|
repaintRulers();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
TQSize MatrixView::getViewSize()
|
|
|
|
@ -1096,7 +1096,7 @@ void MatrixView::setViewSize(TQSize s)
|
|
|
|
|
MATRIX_DEBUG << "MatrixView::setViewSize() contentsWidth = " << getCanvasView()->contentsWidth() << endl;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void MatrixView::tqrepaintRulers()
|
|
|
|
|
void MatrixView::repaintRulers()
|
|
|
|
|
{
|
|
|
|
|
for (unsigned int i = 0; i != m_propertyViewRulers.size(); i++)
|
|
|
|
|
m_propertyViewRulers[i].first->tqrepaint();
|
|
|
|
@ -2574,7 +2574,7 @@ MatrixView::readjustCanvasSize()
|
|
|
|
|
// now get the EditView to do the biz
|
|
|
|
|
readjustViewSize(TQSize(newWidth, maxHeight), true);
|
|
|
|
|
|
|
|
|
|
tqrepaintRulers();
|
|
|
|
|
repaintRulers();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void MatrixView::slotVelocityUp()
|
|
|
|
|