improve wxqt behavior
This commit is contained in:
committed by
Vadim Zeitlin
parent
8be71bd900
commit
e7ca3220f3
@@ -31,6 +31,7 @@ public:
|
||||
wxQtMainWindow( wxWindow *parent, wxFrame *handler );
|
||||
|
||||
private:
|
||||
virtual bool focusNextPrevChild(bool) { return false; }
|
||||
};
|
||||
|
||||
// Central widget helper (container to show scroll bars and receive events):
|
||||
|
@@ -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