Commit d1f7f5f8 authored by Claudio Valerio's avatar Claudio Valerio

gui hack

parent a3582234
......@@ -197,7 +197,7 @@ void UBTGAdaptableText::bottomMargin(int newValue)
void UBTGAdaptableText::resizeEvent(QResizeEvent* e)
{
QTextEdit::resizeEvent(e);
onTextChanged();
QTimer::singleShot(100,this,SLOT(onTextChanged()));
}
/***************************************************************************
......
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