InputConfigDiag: Use "..." for complicated expressions

The full expression is quite often too big for a simple button
label, so encourage people to use the full editor to edit it.
This commit is contained in:
Jasper St. Pierre
2013-06-17 06:52:03 -04:00
parent 62281fbfde
commit c5c86d17dc
4 changed files with 32 additions and 2 deletions

View File

@ -53,6 +53,7 @@ public:
ControlState GetValue();
void SetValue (ControlState state);
int num_controls;
bool is_complicated;
private:
ExpressionNode *expr;