mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Restored info icon replaced by mistake
This commit is contained in:
		
							parent
							
								
									b14faf627b
								
							
						
					
					
						commit
						fc1054c61d
					
				
					 4 changed files with 89 additions and 18 deletions
				
			
		|  | @ -202,7 +202,7 @@ MessageDialog::MessageDialog(wxWindow* parent, | |||
|     if (style & wxCANCEL)   add_btn(wxID_CANCEL); | ||||
| 
 | ||||
|     logo->SetBitmap(create_scaled_bitmap(style & wxICON_WARNING     ? "exclamation" :  | ||||
|                                          style & wxICON_INFORMATION ? "info.png"    :  | ||||
|                                          style & wxICON_INFORMATION ? "info"        : | ||||
|                                          style & wxICON_QUESTION    ? "question"    : "PrusaSlicer_192px_grayscale.png", this, 84)); | ||||
| 
 | ||||
|     wxGetApp().UpdateDlgDarkUI(this); | ||||
|  |  | |||
|  | @ -37,7 +37,7 @@ void ObjectDataViewModelNode::init_container() | |||
| static constexpr char LayerRootIcon[]   = "edit_layers_all"; | ||||
| static constexpr char LayerIcon[]       = "edit_layers_some"; | ||||
| static constexpr char WarningIcon[]     = "exclamation"; | ||||
| static constexpr char InfoIcon[]        = "info"; | ||||
| static constexpr char InfoIcon[]        = "objlist_info"; | ||||
| 
 | ||||
| ObjectDataViewModelNode::ObjectDataViewModelNode(ObjectDataViewModelNode*   parent, | ||||
|                                                  const wxString&            sub_obj_name, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lukas Matena
						Lukas Matena