|
|
|
@ -262,7 +262,7 @@ void LabelEditor::clearLabel()
|
|
|
|
|
|
|
|
|
|
updateInfo();
|
|
|
|
|
c->update();
|
|
|
|
|
cv->tqrepaintContents();
|
|
|
|
|
cv->repaintContents();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bool LabelEditor::save()
|
|
|
|
@ -403,7 +403,7 @@ bool LabelEditor::openUrl( const TQString & url )
|
|
|
|
|
recentAct->addURL( murl );
|
|
|
|
|
|
|
|
|
|
enableActions();
|
|
|
|
|
cv->tqrepaintContents( true );
|
|
|
|
|
cv->repaintContents( true );
|
|
|
|
|
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
@ -715,7 +715,7 @@ void LabelEditor::doubleClickedItem( TCanvasItem* item )
|
|
|
|
|
if( dlg.exec() == TQDialog::Accepted )
|
|
|
|
|
{
|
|
|
|
|
c->update();
|
|
|
|
|
cv->tqrepaintContents();
|
|
|
|
|
cv->repaintContents();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -957,7 +957,7 @@ void LabelEditor::preview()
|
|
|
|
|
void LabelEditor::toggleGrid()
|
|
|
|
|
{
|
|
|
|
|
c->setGrid( gridAct->isChecked() );
|
|
|
|
|
cv->tqrepaintContents();
|
|
|
|
|
cv->repaintContents();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void LabelEditor::cut()
|
|
|
|
|