Implement <key> tag in DialogXML which substitutes a buttons key shortcut into its label

This commit is contained in:
2020-02-21 22:25:48 -05:00
parent 7b93726383
commit 9f60f7e378
8 changed files with 88 additions and 44 deletions

View File

@@ -88,7 +88,6 @@ protected:
cButton(cDialog& parent,eControlType t);
private:
bool manageFormat(eFormat prop, bool set, boost::any* val) override;
bool labelWithKey;
std::string fromList;
static rectangle btnRects[13][2];
protected: