mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Updated to ImGui 1.87 to cleanup UI code
This commit is contained in:
@@ -156,7 +156,7 @@ namespace sourcemenu {
|
||||
}
|
||||
|
||||
void draw(void* ctx) {
|
||||
float itemWidth = ImGui::GetContentRegionAvailWidth();
|
||||
float itemWidth = ImGui::GetContentRegionAvail().x;
|
||||
bool running = gui::mainWindow.sdrIsRunning();
|
||||
|
||||
if (running) { style::beginDisabled(); }
|
||||
|
||||
Reference in New Issue
Block a user