removed logs

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent b6ae996903
commit 59abea3576
  1. 4
      src/gui/UBTeacherGuideWidgetsTools.cpp

@ -189,9 +189,9 @@ QString UBTGAdaptableText::text()
void UBTGAdaptableText::onTextChanged() void UBTGAdaptableText::onTextChanged()
{ {
qDebug() << ">> onTextChanged CALLED!"; //qDebug() << ">> onTextChanged CALLED!";
qreal documentSize = document()->size().height(); qreal documentSize = document()->size().height();
qDebug() << ">> documentSize: " << documentSize << ", height: " << height(); //qDebug() << ">> documentSize: " << documentSize << ", height: " << height();
if(height() == documentSize + mBottomMargin){ if(height() == documentSize + mBottomMargin){
return; return;
} }

Loading…
Cancel
Save