mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2d
This commit is contained in:
		
						commit
						67d69830e8
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -552,8 +552,9 @@ sub BUILD {
 | 
			
		|||
    $sizer->Add($textctrl, 0, wxALIGN_CENTER_VERTICAL, 0);
 | 
			
		||||
    
 | 
			
		||||
    EVT_SLIDER($self->parent, $slider, sub {
 | 
			
		||||
        if (! $self->disable_change_event) {
 | 
			
		||||
            $self->textctrl->SetLabel($self->get_value);
 | 
			
		||||
        if (! $self->disable_change_event) {    
 | 
			
		||||
            # wxTextCtrl::SetLabel() does not work on Linux, use wxTextCtrl::SetValue() instead
 | 
			
		||||
            $self->textctrl->SetValue($self->get_value);
 | 
			
		||||
            $self->_on_change($self->option->opt_id);
 | 
			
		||||
        }
 | 
			
		||||
    });
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue