mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	Updated to ImGui 1.87 to cleanup UI code
This commit is contained in:
		| @@ -137,7 +137,7 @@ public: | ||||
|     } | ||||
|  | ||||
|     void menuHandler() { | ||||
|         float menuWidth = ImGui::GetContentRegionAvailWidth(); | ||||
|         float menuWidth = ImGui::GetContentRegionAvail().x; | ||||
|  | ||||
|         // Select device | ||||
|         ImGui::SetNextItemWidth(menuWidth); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user