From 908f61fdebbf87d519b16d74e22796cadfbc47b5 Mon Sep 17 00:00:00 2001 From: aviaryan Date: Mon, 9 Nov 2015 14:02:18 +0530 Subject: [PATCH] fixed a bug in paste popping --- Clipjump.ahk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Clipjump.ahk b/Clipjump.ahk index 21a9cee..c3b8dd9 100644 --- a/Clipjump.ahk +++ b/Clipjump.ahk @@ -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