mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
menue.cpp fix CMenuForwarder::setOption set option_string_ptr
This commit is contained in:
@@ -2070,6 +2070,7 @@ CMenuForwarder::CMenuForwarder(const std::string& Text, const bool Active, const
|
|||||||
void CMenuForwarder::setOption(const std::string &Option)
|
void CMenuForwarder::setOption(const std::string &Option)
|
||||||
{
|
{
|
||||||
option_string = Option;
|
option_string = Option;
|
||||||
|
option_string_ptr = &option_string;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CMenuForwarder::getWidth(void)
|
int CMenuForwarder::getWidth(void)
|
||||||
|
Reference in New Issue
Block a user