all repos — mgba @ 348c5d69b2ef41ceb64e5521af49fee17c7822e9

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

348c5d69b2ef41ceb64e5521af49fee17c7822e9

parent

e456798712bb3c89462a2080033982675a52ade2

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

jump to
M src/platform/qt/SettingsView.uisrc/platform/qt/SettingsView.ui

@@ -1128,5 +1128,21 @@ <y>285</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>