Changed the follow status changed to new wire

This commit is contained in:
PYRET1C 2023-05-23 00:27:30 +05:30
parent d3233dbc03
commit 87282618a4

View File

@ -127,6 +127,9 @@ void WireDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> event)
case RsWireEventCode::POST_UPDATED:
refreshGroups();
break;
case RsWireEventCode::NEW_WIRE:
refreshGroups();
break;
case RsWireEventCode::FOLLOW_STATUS_CHANGED:
refreshGroups();
break;