mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Fixed the options override box at the side bar.
This commit is contained in:
		
							parent
							
								
									2fe27a29e0
								
							
						
					
					
						commit
						b2ef3ba291
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -40,7 +40,7 @@ void OG_Settings::Hide() | |||
| void OG_Settings::UpdateAndShow(const bool show) | ||||
| { | ||||
|     Show(show); | ||||
| //     m_parent->Layout();
 | ||||
| //    m_parent->Layout();
 | ||||
| } | ||||
| 
 | ||||
| wxSizer* OG_Settings::get_sizer() | ||||
|  | @ -119,7 +119,7 @@ void ObjectSettings::update_settings_list() | |||
|                 if (cat.second.size() == 1 && cat.second[0] == "extruder") | ||||
|                     continue; | ||||
| 
 | ||||
|                 auto optgroup = std::make_shared<ConfigOptionsGroup>(m_parent, cat.first, config, false, extra_column); | ||||
|                 auto optgroup = std::make_shared<ConfigOptionsGroup>(m_og->ctrl_parent(), cat.first, config, false, extra_column); | ||||
|                 optgroup->label_width = 15 * wxGetApp().em_unit();//150;
 | ||||
|                 optgroup->sidetext_width = 7 * wxGetApp().em_unit();//70;
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv