mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-08-21 15:32:00 +02:00
Updated to ImGui 1.87 to cleanup UI code
This commit is contained in:
core
backends
android
glfw
src
decoder_modules
falcon9_decoder
src
m17_decoder
src
meteor_demodulator
src
radio
weather_sat_decoder
misc_modules
frequency_manager
src
recorder
src
rigctl_server
src
scheduler
sink_modules
source_modules
@@ -179,7 +179,7 @@ private:
|
||||
|
||||
static void menuHandler(void* ctx) {
|
||||
AirspyHFSourceModule* _this = (AirspyHFSourceModule*)ctx;
|
||||
float menuWidth = ImGui::GetContentRegionAvailWidth();
|
||||
float menuWidth = ImGui::GetContentRegionAvail().x;
|
||||
|
||||
if (_this->running) { style::beginDisabled(); }
|
||||
|
||||
|
Reference in New Issue
Block a user