From 0b00af7d1daf5eefa37b9fef0aceeec3b64a5136 Mon Sep 17 00:00:00 2001 From: Ralph Wessel Date: Mon, 9 Sep 2024 09:39:47 +0100 Subject: [PATCH] Updated VS project Temporarily deactived "sendBinding" - appears to stop usual palette rendering (possibly further implementation required) --- SpeckleConnector/Connector.vcxproj | 4 +++- SpeckleConnector/Connector.vcxproj.filters | 8 ++++++++ SpeckleConnector/Connector/Interface/ConnectorPalette.cpp | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/SpeckleConnector/Connector.vcxproj b/SpeckleConnector/Connector.vcxproj index 017662c..a3c5923 100644 --- a/SpeckleConnector/Connector.vcxproj +++ b/SpeckleConnector/Connector.vcxproj @@ -106,8 +106,9 @@ - + + @@ -137,6 +138,7 @@ + diff --git a/SpeckleConnector/Connector.vcxproj.filters b/SpeckleConnector/Connector.vcxproj.filters index b28e1ac..81a8c08 100644 --- a/SpeckleConnector/Connector.vcxproj.filters +++ b/SpeckleConnector/Connector.vcxproj.filters @@ -149,6 +149,10 @@ Connector\Interface\Browser\Bridge\Send + + + Connector\Interface\Browser\Bridge\Send + @@ -232,5 +236,9 @@ Connector\Interface\Browser\Bridge\Send + + + Connector\Interface\Browser\Bridge\Send + \ No newline at end of file diff --git a/SpeckleConnector/Connector/Interface/ConnectorPalette.cpp b/SpeckleConnector/Connector/Interface/ConnectorPalette.cpp index 53c0ab8..acc4979 100644 --- a/SpeckleConnector/Connector/Interface/ConnectorPalette.cpp +++ b/SpeckleConnector/Connector/Interface/ConnectorPalette.cpp @@ -166,7 +166,7 @@ BrowserPalette::BrowserPalette() : install(); install(); install(); - install(); + //install(); install(); InitBrowserControl(); }