mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 08:58:13 +01:00 
			
		
		
		
	Fixed waterfall bug
This commit is contained in:
		| @@ -359,7 +359,7 @@ namespace ImGui { | ||||
|         } | ||||
|  | ||||
|         // Finally, if nothing else was selected, just move the VFO | ||||
|         if (ImGui::IsMouseDown(ImGuiMouseButton_Left)) { | ||||
|         if (ImGui::IsMouseDown(ImGuiMouseButton_Left) && (mouseInFFT|mouseInWaterfall)) { | ||||
|             if (selVfo != NULL) { | ||||
|                 int refCenter = mousePos.x - (widgetPos.x + 50); | ||||
|                 if (refCenter >= 0 && refCenter < dataWidth) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user