menu: add possibility to get action state of menu widget

Origin commit data
------------------
Commit: 48b5f1a1f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- menu: add possibility to get action state of menu widget
This commit is contained in:
vanhofen
2018-12-16 01:17:01 +01:00
parent 01e451ce84
commit 61febf5dad

View File

@@ -664,6 +664,7 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
void setNextShortcut(int sc) { nextShortcut = sc; };
int getNextShortcut() { return nextShortcut; };
bool gotAction() { return !no_action; };
};
class CPINProtection