Trigger HideNotInLayout for action from piece context menu.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-08-21 17:24:11 +03:00
parent b3a0066343
commit d3b6999ec0

View File

@ -156,6 +156,8 @@ void VWidgetDetails::FillTable(const QHash<quint32, VPiece> *details)
ui->tableWidget->resizeRowsToContents();
ui->tableWidget->setCurrentCell(selectedRow, 0);
on_checkBoxHideNotInLayout_stateChanged(); // Trigger hide for action from context menu
}
//---------------------------------------------------------------------------------------------------------------------