mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Bugfix: workaround for MSW wxWidgets not drawing the slider
This commit is contained in:
		
							parent
							
								
									829bd7378e
								
							
						
					
					
						commit
						baf070a36d
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -23,7 +23,9 @@ sub new { | |||
|         $self, -1, | ||||
|         0,                              # default | ||||
|         0,                              # min | ||||
|         0,                              # max | ||||
|         # we set max to a bogus non-zero value because the MSW implementation of wxSlider | ||||
|         # will skip drawing the slider if max <= min: | ||||
|         1,                              # max | ||||
|         wxDefaultPosition, | ||||
|         wxDefaultSize, | ||||
|         wxVERTICAL | wxSL_INVERSE, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci