diff options
Diffstat (limited to 'src/gui/general/EditViewBase.cpp')
-rw-r--r-- | src/gui/general/EditViewBase.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/general/EditViewBase.cpp b/src/gui/general/EditViewBase.cpp index d618a68..6f5cbfe 100644 --- a/src/gui/general/EditViewBase.cpp +++ b/src/gui/general/EditViewBase.cpp @@ -311,7 +311,7 @@ EditViewBase::makeViewLocalPropertyPrefix() void EditViewBase::paintEvent(TQPaintEvent* e) { // It is possible for this function to be called re-entrantly, - // because a re-tqlayout procedure may deliberately ask the event + // because a re-layout procedure may deliberately ask the event // loop to process some more events so as to keep the GUI looking // responsive. If that happens, we remember the events that came // in in the middle of one paintEvent call and process their union @@ -362,7 +362,7 @@ void EditViewBase::paintEvent(TQPaintEvent* e) // // If we have more than one segment modified, we need to update // them all at once with the same time range, otherwise we can run - // into problems when the tqlayout of one depends on the others. So + // into problems when the layout of one depends on the others. So // we use updateStart/End to calculate a bounding range for all // modifications. @@ -379,7 +379,7 @@ void EditViewBase::paintEvent(TQPaintEvent* e) if (refreshStatus.needsRefresh() && isCompositionModified()) { - // if composition is also modified, retqlayout everything + // if composition is also modified, relayout everything refreshSegment(0); segmentsToUpdate = 0; break; |