mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 09:20:06 +00:00 
			
		
		
		
	Ensure the alert layer schedules a render when an alert is added or updated
This commit is contained in:
		
							parent
							
								
									104fe790fb
								
							
						
					
					
						commit
						3ba569354e
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -598,6 +598,8 @@ void AlertLayer::Impl::AddAlert( | ||||||
|                lineHover, |                lineHover, | ||||||
|                drawItems.first->second); |                drawItems.first->second); | ||||||
|    } |    } | ||||||
|  | 
 | ||||||
|  |    Q_EMIT self_->NeedsRendering(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void AlertLayer::Impl::UpdateAlert( | void AlertLayer::Impl::UpdateAlert( | ||||||
|  | @ -621,6 +623,8 @@ void AlertLayer::Impl::UpdateAlert( | ||||||
|          geoLines->SetLineEndTime(line, segmentRecord->segmentEnd_); |          geoLines->SetLineEndTime(line, segmentRecord->segmentEnd_); | ||||||
|       } |       } | ||||||
|    } |    } | ||||||
|  | 
 | ||||||
|  |    Q_EMIT self_->NeedsRendering(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void AlertLayer::Impl::AddLines( | void AlertLayer::Impl::AddLines( | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat