Permalink
Browse files

Qt: Fix memory search close button (fixes #769)

  • Loading branch information...
endrift committed Jun 30, 2017
1 parent bc34117 commit a265d5ac6138aa08903f337c009144ec594dcc6b
Showing with 24 additions and 4 deletions.
  1. +5 −1 CHANGES
  2. +19 −3 src/platform/qt/MemorySearch.ui
View
@@ -146,8 +146,12 @@ Misc:
- 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:
@@ -214,10 +214,26 @@
</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="type"/>
<buttongroup name="width"/>
- <buttongroup name="numType"/>
+ <buttongroup name="type"/>
</buttongroups>
</ui>

0 comments on commit a265d5a

Please sign in to comment.