xLightsSequencer / xLights

xLights is a sequencer for Lights. xLights has usb and E1.31 drivers. You can create sequences in this object oriented program. You can create playlists, schedule them, test your hardware, convert between different sequencers.
GNU General Public License v3.0
548 stars 208 forks source link

Fix issue with replacing models/groups and duplicates #4625 #4627

Closed cybercop23 closed 3 months ago

cybercop23 commented 3 months ago

RemovedDuplicated updated modelNames but wasn't used. Old vewVal was still being passed. Now we're updating newVal after Dedeup detected

derwin12 commented 3 months ago

Is "<<" valid/safe for a wxString? or should it be +=

AzGilrock commented 3 months ago

We usually try to use std::string everywhere and it usually implicitly converts when needed by wxwidgets