mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Fixed inexplicable ImGui bug
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
|
||||
void registerEntry(std::string name, void (*drawHandler)(void* ctx), void* ctx = NULL, ModuleManager::Instance* inst = NULL);
|
||||
void removeEntry(std::string name);
|
||||
bool draw();
|
||||
bool draw(bool updateStates);
|
||||
|
||||
std::vector<MenuOption_t> order;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user