mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Call display update once after setting toggle state for a selection of wells
p4#: 21417
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user