Permalink
Browse files
Qt: Fix fast forward toggle disable state (fixes #946)
- Loading branch information...
Showing
with
16 additions
and
0 deletions.
-
+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