improve wxqt behavior
This commit is contained in:
committed by
Vadim Zeitlin
parent
8be71bd900
commit
e7ca3220f3
@@ -51,7 +51,6 @@ bool wxStaticText::Create(wxWindow *parent,
|
||||
|
||||
m_qtLabel->setBuddy( m_qtLabel );
|
||||
m_qtLabel->setTextInteractionFlags( Qt::NoTextInteraction );
|
||||
m_qtLabel->setWordWrap( true );
|
||||
|
||||
return QtCreateControl( parent, id, pos, size, style, wxDefaultValidator, name );
|
||||
}
|
||||
|
Reference in New Issue
Block a user