diff options
Diffstat (limited to 'kspread/kspread_editors.cc')
-rw-r--r-- | kspread/kspread_editors.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_editors.cc b/kspread/kspread_editors.cc index 721412ca..44a3d178 100644 --- a/kspread/kspread_editors.cc +++ b/kspread/kspread_editors.cc @@ -828,7 +828,7 @@ void CellEditor::setEditorFont(TQFont const & font, bool updateSize) d->fontLength = fm.width('x'); int mw = fm.width( d->textEdit->text() ) + d->fontLength; - // don't make it smaller: then we would have to tqrepaint the obscured cells + // don't make it smaller: then we would have to repaint the obscured cells if (mw < width()) mw = width(); |