Skip to content

Commit 92793d7

Browse files
committed
Fix params for SCN_URIDROPPED
1 parent 238efbd commit 92793d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PythonScript/src/ScintillaWrapper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ void ScintillaWrapper::notify(SCNotification *notifyCode)
184184
break;
185185

186186
case SCN_URIDROPPED:
187+
params["text"] = notifyCode->text;
187188
break;
188189

189190
case SCN_DWELLSTART:

0 commit comments

Comments
 (0)