Use OpacityMask instead of hack; fix connectionsTab

This commit is contained in:
Zach Fox 2017-03-23 10:48:44 -07:00
parent 0edcdde746
commit a7623dcac8

View file

@ -301,6 +301,8 @@ Rectangle {
anchors.fill: parent;
onClicked: {
if (activeTab != "connectionsTab") {
connectionsLoading.visible = false;
connectionsLoading.visible = true;
pal.sendToScript({method: 'refreshConnections'});
}
activeTab = "connectionsTab";