mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 10:35:21 +02:00
Updated to ImGui 1.87 to cleanup UI code
This commit is contained in:
@ -342,7 +342,7 @@ void SinkManager::loadSinksFromConfig() {
|
||||
}
|
||||
|
||||
void SinkManager::showMenu() {
|
||||
float menuWidth = ImGui::GetContentRegionAvailWidth();
|
||||
float menuWidth = ImGui::GetContentRegionAvail().x;
|
||||
int count = 0;
|
||||
int maxCount = streams.size();
|
||||
|
||||
|
Reference in New Issue
Block a user