From 686971802517df3929b2c96fbe0c84f727c81928 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Wed, 6 Jun 2018 14:41:33 -0700 Subject: [PATCH] Fix MS14925: Don't double-call signal for display plugin change --- interface/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index cbe713127d..41160afb4d 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -8041,7 +8041,6 @@ void Application::switchDisplayMode() { setActiveDisplayPlugin(DESKTOP_DISPLAY_PLUGIN_NAME); startHMDStandBySession(); } - emit activeDisplayPluginChanged(); } _previousHMDWornStatus = currentHMDWornStatus; }