From 017784de5b0840da9abbe78f3637d2b3a7ebad87 Mon Sep 17 00:00:00 2001 From: harrybharry Date: Mon, 28 Apr 2008 09:33:11 +0000 Subject: [PATCH] Fix URL highlight lockup git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@191 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/Notepad_plus.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index 8c7904f40..8db72a7a7 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -2452,6 +2452,7 @@ void Notepad_plus::addHotSpot(bool docIsModifing) char fontName[256]; Style hotspotStyle; + hotspotStyle._styleID = style_hotspot; _pEditView->execute(SCI_STYLEGETFONT, idStyle, (LPARAM)fontName); hotspotStyle._fgColor = _pEditView->execute(SCI_STYLEGETFORE, idStyle); hotspotStyle._bgColor = _pEditView->execute(SCI_STYLEGETBACK, idStyle);