Call display update once after setting toggle state for a selection of wells

p4#: 21417
This commit is contained in:
Magne Sjaastad
2013-04-25 08:47:01 +02:00
parent 6cd54f0caf
commit c0bfc9bbe1
3 changed files with 51 additions and 3 deletions

View File

@@ -80,6 +80,7 @@ public:
virtual QStringList mimeTypes() const;
RimIdenticalGridCaseGroup* gridCaseGroupFromItemIndex(const QModelIndex& itemIndex);
void setObjectToggleStateForSelection(QModelIndexList selectedIndexes, int state);
private slots:
void slotRefreshScriptTree(QString path);
@@ -87,7 +88,6 @@ private slots:
private:
void clearClipboard();
RimCase* caseFromItemIndex(const QModelIndex& itemIndex);
private:
QFileSystemWatcher* m_scriptChangeDetector;
};