From 9369be3dd134f58792ac3572f3eebbfb8982a2d9 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Wed, 13 Dec 2017 19:10:47 +0100 Subject: [PATCH] + fix: remove unneccessary Hyperlink trigger-point from InitInstance() --- src/Notepad3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Notepad3.c b/src/Notepad3.c index 58abc41c7..abe7fd917 100644 --- a/src/Notepad3.c +++ b/src/Notepad3.c @@ -1031,7 +1031,6 @@ HWND InitInstance(HINSTANCE hInstance,LPSTR pszCmdLine,int nCmdShow) UpdateToolbar(); UpdateStatusbar(); UpdateLineNumberWidth(); - EditUpdateUrlHotspots(hwndEdit, 0, SciCall_GetTextLength(), bHyperlinkHotspot); // print file immediately and quit if (flagPrintFileAndLeave)