all repos — mgba @ a265d5ac6138aa08903f337c009144ec594dcc6b

mGBA Game Boy Advance Emulator

Qt: Fix memory search close button (fixes #769)
Vicki Pfau vi@endrift.com
Fri, 30 Jun 2017 00:09:07 -0700
commit

a265d5ac6138aa08903f337c009144ec594dcc6b

parent

bc3411762dde5bb5190b713113e0e8ff52c07212

2 files changed, 24 insertions(+), 4 deletions(-)

jump to
M CHANGESCHANGES

@@ -146,8 +146,12 @@ - GB MBC: New MBC7 implementation

- Qt: Better highlight active key in control binding - Core: Improved threading interrupted detection +0.6 beta 2: (Future) +Bugfixes: + - Qt: Fix memory search close button (fixes mgba.io/i/769) + 0.6 beta 1: (2017-06-29) -- Initial beta for 0.6 + - Initial beta for 0.6 0.5.2: (2016-12-31) Bugfixes:
M src/platform/qt/MemorySearch.uisrc/platform/qt/MemorySearch.ui

@@ -214,10 +214,26 @@ </item>

</layout> </widget> <resources/> - <connections/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>MemorySearch</receiver> + <slot>close()</slot> + <hints> + <hint type="sourcelabel"> + <x>315</x> + <y>357</y> + </hint> + <hint type="destinationlabel"> + <x>315</x> + <y>188</y> + </hint> + </hints> + </connection> + </connections> <buttongroups> + <buttongroup name="width"/> <buttongroup name="type"/> - <buttongroup name="width"/> - <buttongroup name="numType"/> </buttongroups> </ui>