diff --git a/src/gui/components/cc_frm_button.h b/src/gui/components/cc_frm_button.h index e8d37ed0f..0fccdecf8 100644 --- a/src/gui/components/cc_frm_button.h +++ b/src/gui/components/cc_frm_button.h @@ -228,6 +228,12 @@ class CComponentsButton : public CComponentsFrmChain, public CCTextScreen return RC_NOKEY; } + /** + * Remove all defined direct keys. + * @return void + */ + void clearButtonDirectKeys(){cc_directKeys.clear();} + /** * Returns count of existant direct keys of cc_directKeys container. * @return size_t