mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 04:17:50 +02:00
Updated to ImGui 1.87 to cleanup UI code
This commit is contained in:
@ -107,7 +107,7 @@ public:
|
||||
private:
|
||||
static void menuHandler(void* ctx) {
|
||||
SigctlServerModule* _this = (SigctlServerModule*)ctx;
|
||||
float menuWidth = ImGui::GetContentRegionAvailWidth();
|
||||
float menuWidth = ImGui::GetContentRegionAvail().x;
|
||||
|
||||
bool listening = (_this->listener && _this->listener->isListening());
|
||||
|
||||
|
Reference in New Issue
Block a user