Skip to content

Commit

Permalink
ui: improve the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Oct 3, 2019
1 parent f305789 commit cdf0e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/virtualconsole/vcproperties.cpp
Expand Up @@ -65,7 +65,7 @@ VCProperties &VCProperties::operator=(const VCProperties &props)
{
if (this != &props)
{
m_size = props.size();
m_size = props.m_size;
m_gmChannelMode = props.m_gmChannelMode;
m_gmValueMode = props.m_gmValueMode;
m_gmSliderMode = props.m_gmSliderMode;
Expand Down

0 comments on commit cdf0e62

Please sign in to comment.