mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:30:05 +00:00 
			
		
		
		
	Address ImGui clang-tidy comments, store font size as float
This commit is contained in:
		
							parent
							
								
									c82b9753c6
								
							
						
					
					
						commit
						ffe1e7efaf
					
				
					 5 changed files with 20 additions and 16 deletions
				
			
		|  | @ -62,10 +62,10 @@ public: | |||
|    std::vector<std::shared_ptr<const gr::Placefile::TextDrawItem>> newList_ {}; | ||||
| 
 | ||||
|    std::vector<std::pair<std::shared_ptr<types::ImGuiFont>, | ||||
|                          units::font_size::pixels<int>>> | ||||
|                          units::font_size::pixels<float>>> | ||||
|       fonts_ {}; | ||||
|    std::vector<std::pair<std::shared_ptr<types::ImGuiFont>, | ||||
|                          units::font_size::pixels<int>>> | ||||
|                          units::font_size::pixels<float>>> | ||||
|       newFonts_ {}; | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat