mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-11-04 10:49:11 +01:00 
			
		
		
		
	fix
This commit is contained in:
		@@ -214,10 +214,10 @@ private:
 | 
			
		||||
 | 
			
		||||
        if (ImGui::Checkbox(CONCAT("Show Reference Lines##m17_showlines_", _this->name), &_this->showLines)) {
 | 
			
		||||
            if (_this->showLines) {
 | 
			
		||||
                diag.lines.push_back(-1.0);
 | 
			
		||||
                diag.lines.push_back(-1.0/3.0);
 | 
			
		||||
                diag.lines.push_back(1.0/3.0);
 | 
			
		||||
                diag.lines.push_back(1.0);
 | 
			
		||||
                _this->diag.lines.push_back(-1.0);
 | 
			
		||||
                _this->diag.lines.push_back(-1.0/3.0);
 | 
			
		||||
                _this->diag.lines.push_back(1.0/3.0);
 | 
			
		||||
                _this->diag.lines.push_back(1.0);
 | 
			
		||||
            }
 | 
			
		||||
            else {
 | 
			
		||||
                _this->diag.lines.clear();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user