Permalink
Browse files

Qt: Fix fast forward toggle disable state (fixes #946)

  • Loading branch information...
endrift committed Dec 24, 2017
1 parent f3ea4ca commit 2a80438443bf0bda84916e56f39d3de7c196286c
Showing with 16 additions and 0 deletions.
  1. +16 −0 src/platform/qt/SettingsView.ui
@@ -1690,5 +1690,21 @@
</hint>
</hints>
</connection>
+ <connection>
+ <sender>fastForwardUnbounded</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>fastForwardRatio</receiver>
+ <slot>setDisabled(bool)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>445</x>
+ <y>38</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>349</x>
+ <y>38</y>
+ </hint>
+ </hints>
+ </connection>
</connections>
</ui>

0 comments on commit 2a80438

Please sign in to comment.