forked from qt-creator/qt-creator
QmlDesigner: clear texteditor view statusbar
- when puppet is restarted - when the view is attached (switching document, switching mode) Change-Id: I06a4acf78a18b893bca9f7cd3d2bae74dc3459aa Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
b1157e4e63
commit
19203ebbf7
@@ -93,6 +93,7 @@ TextEditorView::~TextEditorView()
|
||||
void TextEditorView::modelAttached(Model *model)
|
||||
{
|
||||
Q_ASSERT(model);
|
||||
m_widget->clearStatusBar();
|
||||
|
||||
AbstractView::modelAttached(model);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user