Skip to content

Commit

Permalink
fixed a bug in paste popping
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaryan committed Nov 9, 2015
1 parent 1de6fff commit 908f61f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Clipjump.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,10 @@ ctrlCheck:
Critical, Off
; The below thread will be interrupted when the Clipboard command is executed. The ONC label will exit as CALLER := 0 in the situtaion
if ((ctrlRef == "pastemode") && dopop) ; pop clip
{
clearClip(TEMPSAVE)
IScurCBACTIVE := 0
}
if !ini_PreserveClipPos
TEMPSAVE := cursave ; not preserve active clip

Expand Down

0 comments on commit 908f61f

Please sign in to comment.