mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix fast forward toggle disable state (fixes #946)
This commit is contained in:
parent
f3ea4caf84
commit
2a80438443
|
@ -1690,5 +1690,21 @@
|
||||||
</hint>
|
</hint>
|
||||||
</hints>
|
</hints>
|
||||||
</connection>
|
</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>
|
</connections>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Reference in New Issue