mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	FIX: hide the "Don't show again" checkbox of ProjectDropDialog
Change-Id: I83ed917cab71e10eda6a14a4f78ebc56ee894600 (cherry picked from commit 64179562b116f5b16fc223d5d307e5c2f795e6c1)
This commit is contained in:
		
							parent
							
								
									34a9dc91d1
								
							
						
					
					
						commit
						007659aeec
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		|  | @ -7045,12 +7045,13 @@ ProjectDropDialog::ProjectDropDialog(const std::string &filename) | |||
|     m_sizer_main->Add(0, 0, 0, wxEXPAND | wxTOP, 10); | ||||
| 
 | ||||
|     wxBoxSizer *m_sizer_bottom = new wxBoxSizer(wxHORIZONTAL); | ||||
|     wxBoxSizer *m_sizer_left = new wxBoxSizer(wxHORIZONTAL); | ||||
|     // hide the "Don't show again" checkbox
 | ||||
|     //wxBoxSizer *m_sizer_left = new wxBoxSizer(wxHORIZONTAL);
 | ||||
| 
 | ||||
|     auto dont_show_again = create_item_checkbox(_L("Don't show again"), this, _L("Don't show again"), "show_drop_project_dialog"); | ||||
|     m_sizer_left->Add(dont_show_again, 0, wxALL, 5); | ||||
|     //auto dont_show_again = create_item_checkbox(_L("Don't show again"), this, _L("Don't show again"), "show_drop_project_dialog");
 | ||||
|     //m_sizer_left->Add(dont_show_again, 0, wxALL, 5);
 | ||||
| 
 | ||||
|     m_sizer_bottom->Add(m_sizer_left, 0, wxEXPAND, 5); | ||||
|     //m_sizer_bottom->Add(m_sizer_left, 0, wxEXPAND, 5);
 | ||||
| 
 | ||||
|     m_sizer_bottom->Add(0, 0, 1, wxEXPAND, 5); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 zhimin.zeng
						zhimin.zeng