Skip to content

Commit

Permalink
Update dxcluster.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ea4k authored Mar 8, 2024
1 parent 1704b06 commit 5889721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dxcluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void DXClusterWidget::createActions()
void DXClusterWidget::init()
{
//qDebug() << Q_FUNC_INFO;
dxSpotColor.fromString("slategrey");
dxSpotColor.setNamedColor("slategrey");
//dxSpotColor.fromString("slategrey");
dxClusterConnected = false;
dxClusterAlreadyConnected = false;
Expand Down

0 comments on commit 5889721

Please sign in to comment.