File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
SerialPrograms/Source/Controllers Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 77#include < QHBoxLayout>
88#include " Common/Qt/NoWheelComboBox.h"
99#include " CommonFramework/GlobalSettingsPanel.h"
10- #include " CommonFramework/Options/Environment/ThemeSelectorOption.h"
1110#include " Controllers/ControllerTypeStrings.h"
1211#include " ControllerSelectorWidget.h"
1312
@@ -136,7 +135,7 @@ void ControllerSelectorWidget::refresh_selection(ControllerInterface interface_t
136135 delete m_selector;
137136 m_selector = nullptr ;
138137
139- m_status_text->setText (QString::fromStdString (html_color_text (" Not Connected" , COLOR_RED)));
138+ // m_status_text->setText(QString::fromStdString(html_color_text("Not Connected", COLOR_RED)));
140139
141140 switch (interface_type){
142141 case ControllerInterface::SerialPABotBase:
You can’t perform that action at this time.
0 commit comments