From 641f98589ab3f582ec8270390756765293f684dc Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Tue, 13 Dec 2016 17:00:24 -0800 Subject: [PATCH] don't keep selection while things are disappearing --- interface/resources/qml/hifi/Pal.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/resources/qml/hifi/Pal.qml b/interface/resources/qml/hifi/Pal.qml index 2e66da7905..382b8fc962 100644 --- a/interface/resources/qml/hifi/Pal.qml +++ b/interface/resources/qml/hifi/Pal.qml @@ -91,6 +91,7 @@ Rectangle { default: return 0; } }); + table.selection.clear(); userModel.clear(); var userIndex = 0; userData.forEach(function (datum) {