From 2942cbcdf63ca33f0836ebaccc707c54a8cd7194 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 9 Oct 2023 17:05:28 +0100 Subject: [PATCH] Add comment re purpose of the Canvas in NATV --- .../qml/app/graphia/Shared/Controls/NodeAttributeTableView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/shared/ui/qml/app/graphia/Shared/Controls/NodeAttributeTableView.qml b/source/shared/ui/qml/app/graphia/Shared/Controls/NodeAttributeTableView.qml index 43687b530..11fe401b3 100644 --- a/source/shared/ui/qml/app/graphia/Shared/Controls/NodeAttributeTableView.qml +++ b/source/shared/ui/qml/app/graphia/Shared/Controls/NodeAttributeTableView.qml @@ -946,6 +946,8 @@ Item visible: tableView.columns !== 0 boundsBehavior: Flickable.StopAtBounds + // This entire canvas's purpose is to render + // alternating colours when no rows are selected Canvas { id: backgroundCanvas