mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0029451: Information Message Alert to debug an algorithm or object functionality - compilation correction.
This commit is contained in:
@@ -143,7 +143,7 @@ Qt::ItemFlags ViewControl_TableModelValues::Flags (const QModelIndex& theIndex)
|
||||
{
|
||||
return GetProperties()->GetTableFlags (theIndex.row(), theIndex.column());
|
||||
}
|
||||
return Qt::NoItemFlags;
|
||||
return theIndex.isValid() ? Qt::ItemIsEnabled | Qt::ItemIsSelectable : Qt::NoItemFlags;
|
||||
}
|
||||
|
||||
// =======================================================================
|
||||
|
Reference in New Issue
Block a user