all repos — mgba @ 2a80438443bf0bda84916e56f39d3de7c196286c

mGBA Game Boy Advance Emulator

Qt: Fix fast forward toggle disable state (fixes #946)
Vicki Pfau vi@endrift.com
Sat, 23 Dec 2017 19:49:23 -0800
commit

2a80438443bf0bda84916e56f39d3de7c196286c

parent

f3ea4caf84ab2292e65b10245d9343b5ba31cdaf

1 files changed, 16 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/SettingsView.uisrc/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>