mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Fixed so that mouse-picking does not save a file if "Save none" was checked.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@236 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									94da7afa83
								
							
						
					
					
						commit
						2bd12e82e4
					
				@ -1,4 +1,3 @@
 | 
				
			|||||||
 | 
					 | 
				
			||||||
!---------------------------------------------------- decode3
 | 
					!---------------------------------------------------- decode3
 | 
				
			||||||
subroutine decode3(d2,jz,istart,filename)
 | 
					subroutine decode3(d2,jz,istart,filename)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -67,7 +66,6 @@ subroutine decode3(d2,jz,istart,filename)
 | 
				
			|||||||
     filetokilla=''
 | 
					     filetokilla=''
 | 
				
			||||||
     filetokillb=''
 | 
					     filetokillb=''
 | 
				
			||||||
  endif
 | 
					  endif
 | 
				
			||||||
  if(mousebutton.ne.0) filetokilla=''
 | 
					 | 
				
			||||||
  if(nsavelast.eq.1) filetokillb=''
 | 
					  if(nsavelast.eq.1) filetokillb=''
 | 
				
			||||||
  nsavelast=0
 | 
					  nsavelast=0
 | 
				
			||||||
  ierr=unlink(filetokillb)
 | 
					  ierr=unlink(filetokillb)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user