mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
InputConfigDialog: Don't show "..." for complicated expressions
Just show the actual expression. We need to do a bit of mangling here as wx has no way to turn off mnemonics parsing, so do that as well.
This commit is contained in:
@ -51,7 +51,6 @@ public:
|
||||
ControlState GetValue();
|
||||
void SetValue (ControlState state);
|
||||
int num_controls;
|
||||
bool is_complicated;
|
||||
ExpressionNode *node;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user