Skip to content

Commit

Permalink
ui: update simple desk slider stylesheet on reset via web API (fix #1647
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mcallegari committed Dec 29, 2024
1 parent c014d38 commit eff23a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/simpledesk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ void SimpleDesk::setAbsoluteChannelValue(uint address, uchar value)
void SimpleDesk::resetChannel(quint32 address)
{
m_engine->resetChannel(address);
slotUniversePageChanged(m_universePageSpin->value());
}

void SimpleDesk::resetUniverse()
Expand Down

0 comments on commit eff23a3

Please sign in to comment.