mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +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)
|
||||
{
|
||||
option_string = Option;
|
||||
option_string_ptr = &option_string;
|
||||
}
|
||||
|
||||
int CMenuForwarder::getWidth(void)
|
||||
|
Reference in New Issue
Block a user