mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-11-04 10:49:11 +01:00 
			
		
		
		
	Fixed board not selected after refresh bug for hackrf
This commit is contained in:
		@@ -299,6 +299,7 @@ private:
 | 
			
		||||
        float refreshBtnWdith = menuWidth - ImGui::GetCursorPosX();
 | 
			
		||||
        if (ImGui::Button(CONCAT("Refresh##_hackrf_refr_", _this->name), ImVec2(refreshBtnWdith, 0))) {
 | 
			
		||||
            _this->refresh();
 | 
			
		||||
            _this->selectBySerial(_this->selectedSerial);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (_this->running) { style::endDisabled(); }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user