mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 15:00:15 +00:00
Fix layout. Fix duplicate keys.
This commit is contained in:
parent
b58452bf9e
commit
911bb32274
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>ConfigureDialog</class>
|
<class>ConfigureDialog</class>
|
||||||
<widget class="QDialog" name="ConfigureDialog">
|
<widget class="QDialog" name="ConfigureDialog">
|
||||||
@ -10,6 +10,12 @@
|
|||||||
<height>501</height>
|
<height>501</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>441</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Citra Configuration</string>
|
<string>Citra Configuration</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -101,7 +101,7 @@ void ConfigureInput::setKey()
|
|||||||
changing_button->setText(previous_mapping);
|
changing_button->setText(previous_mapping);
|
||||||
else
|
else
|
||||||
changing_button->setText(key_value);
|
changing_button->setText(key_value);
|
||||||
|
removeDuplicates(key_value);
|
||||||
key_pressed = Qt::Key_unknown;
|
key_pressed = Qt::Key_unknown;
|
||||||
releaseKeyboard();
|
releaseKeyboard();
|
||||||
releaseMouse();
|
releaseMouse();
|
||||||
|
Loading…
Reference in New Issue
Block a user