Activate clicable URL by default

pull/2751/merge
Don HO 2017-02-17 10:12:20 +01:00
parent f524dfaf06
commit ee5601960c
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ struct NppGUI final
// 0 : do nothing // 0 : do nothing
// 1 : don't draw underline // 1 : don't draw underline
// 2 : draw underline // 2 : draw underline
int _styleURL = 0; int _styleURL = 2;
NewDocDefaultSettings _newDocDefaultSettings; NewDocDefaultSettings _newDocDefaultSettings;