mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 07:56:08 -06:00
#3373 Initialize variable so that selection events updates selection manager for table view editor
This commit is contained in:
parent
4aec08b501
commit
a3f6a8dd3d
@ -76,6 +76,7 @@ PdmUiTableViewEditor::PdmUiTableViewEditor()
|
||||
m_tableSelectionLevel = SelectionManager::BASE_LEVEL;
|
||||
m_rowSelectionLevel = SelectionManager::FIRST_LEVEL;
|
||||
m_isBlockingSelectionManagerChanged = false;
|
||||
m_isUpdatingSelectionQModel = false;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user