Skip to content
Snippets Groups Projects
Commit aa45b4e6 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Extra update in PySampleWidget to react on just opened dock.

parent 1cbe6b5c
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,8 @@ void PySampleWidget::setEditorConnected(bool isConnected)
connect(m_updateTimer, SIGNAL(timeToUpdate()), this, SLOT(updateEditor()),
Qt::UniqueConnection);
m_updateTimer->scheduleUpdate();
} else {
disconnect(m_sampleModel, SIGNAL(rowsInserted(QModelIndex, int, int)), this,
SLOT(onModifiedRow(QModelIndex, int, int)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment