all repos — mgba @ 4d2675e3e8b03d259631242437334a22af4f21dc

mGBA Game Boy Advance Emulator

Qt: Fix cheats path not greying out (fixes #940)
Vicki Pfau vi@endrift.com
Sat, 09 Dec 2017 12:52:49 -0800
commit

4d2675e3e8b03d259631242437334a22af4f21dc

parent

9674364358a1f951670fd51502ac02b918ffa4f5

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

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

@@ -1674,5 +1674,21 @@ <y>285</y>

</hint> </hints> </connection> + <connection> + <sender>cheatsSameDir</sender> + <signal>toggled(bool)</signal> + <receiver>cheatsPath</receiver> + <slot>setDisabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>351</x> + <y>407</y> + </hint> + <hint type="destinationlabel"> + <x>343</x> + <y>372</y> + </hint> + </hints> + </connection> </connections> </ui>