mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Reset mouse cursor on button up event.
This commit is contained in:
		
							parent
							
								
									5502537065
								
							
						
					
					
						commit
						affaee415b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -783,6 +783,7 @@ sub mouse_event { | ||||||
|         $parent->Refresh; |         $parent->Refresh; | ||||||
|         $self->{drag_start_pos} = undef; |         $self->{drag_start_pos} = undef; | ||||||
|         $self->{drag_object} = undef; |         $self->{drag_object} = undef; | ||||||
|  |         $self->SetCursor(wxSTANDARD_CURSOR); | ||||||
|     } elsif ($event->Dragging) { |     } elsif ($event->Dragging) { | ||||||
|         return if !$self->{drag_start_pos}; # concurrency problems |         return if !$self->{drag_start_pos}; # concurrency problems | ||||||
|         for my $obj ($self->{drag_object}) { |         for my $obj ($self->{drag_object}) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Henrik Brix Andersen
						Henrik Brix Andersen