Skip to content

Commit 022f5ba

Browse files
committed
Fix status line not updating when resetting.
1 parent 7b5643a commit 022f5ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SerialPrograms/Source/Controllers/ControllerSelectorWidget.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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:

0 commit comments

Comments
 (0)