Qt: Fix fast forward toggle disable state (fixes #946)
Vicki Pfau vi@endrift.com
Sat, 23 Dec 2017 19:49:23 -0800
1 files changed,
16 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/SettingsView.ui
→
src/platform/qt/SettingsView.ui
@@ -1690,5 +1690,21 @@ <y>372</y>
</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>