mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
menue.cpp fix CMenuForwarder::setOption set option_string_ptr
Origin commit data
------------------
Commit: 721cb9bd74
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-14 (Sat, 14 Feb 2015)
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