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