mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
parent
b9bf6d64c6
commit
2a24867e98
@ -3420,7 +3420,7 @@ void Notepad_plus::command(int id)
|
||||
case IDM_ABOUT:
|
||||
{
|
||||
bool doAboutDlg = false;
|
||||
const int maxSelLen = 32;
|
||||
const int maxSelLen = 64;
|
||||
auto textLen = _pEditView->execute(SCI_GETSELTEXT, 0, 0);
|
||||
if (textLen <= 0)
|
||||
doAboutDlg = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user