Commit 59abea35 authored by Claudio Valerio's avatar Claudio Valerio

removed logs

parent b6ae9969
......@@ -189,9 +189,9 @@ QString UBTGAdaptableText::text()
void UBTGAdaptableText::onTextChanged()
{
qDebug() << ">> onTextChanged CALLED!";
//qDebug() << ">> onTextChanged CALLED!";
qreal documentSize = document()->size().height();
qDebug() << ">> documentSize: " << documentSize << ", height: " << height();
//qDebug() << ">> documentSize: " << documentSize << ", height: " << height();
if(height() == documentSize + mBottomMargin){
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment