Skip to content

Commit

Permalink
Skin filter.waveshaper_jog -> filter.waveshaper_prevnext for consiste…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruselj authored Dec 30, 2021
1 parent 71e39b0 commit 7c74667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/data/skins/dark-mode.surge-skin/skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
<control ui_identifier="filter.highpass" y="301"/>
<control ui_identifier="filter.waveshaper_drive" y="301"/>
<control ui_identifier="filter.waveshaper_type" x="384"/>
<control ui_identifier="filter.waveshaper_jog" x="385"/>
<control ui_identifier="filter.waveshaper_prevnext" x="385"/>
<control ui_identifier="filter.waveshaper_analyze" x="406"/>

<!-- FEG -->
Expand Down
2 changes: 1 addition & 1 deletion src/common/SkinModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Connector waveshaper_type =
Connector("filter.waveshaper_type", 386, 310, 34, 47, Components::WaveShaperSelector)
.withHSwitch2Properties(IDB_WAVESHAPER_MODE, 6, 6, 1);
Connector waveshaper_jog =
Connector("filter.waveshaper_jog", 387, 359, Connector::JOG_WAVESHAPE).asJogPlusMinus();
Connector("filter.waveshaper_prevnext", 387, 359, Connector::JOG_WAVESHAPE).asJogPlusMinus();
Connector waveshaper_analyze = Connector("filter.waveshaper_analyze", 408, 375, 11, 11,
Components::Switch, Connector::ANALYZE_WAVESHAPE)
.withBackground(IDB_WAVESHAPER_ANALYSIS);
Expand Down

0 comments on commit 7c74667

Please sign in to comment.