mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ fix: wrong test on rectangular selection
This commit is contained in:
parent
839e1f38ce
commit
19ff7752a2
@ -2770,7 +2770,7 @@ void EditAlignText(HWND hwnd,int nMode)
|
||||
//
|
||||
void EditEncloseSelection(HWND hwnd, LPCWSTR pwszOpen, LPCWSTR pwszClose)
|
||||
{
|
||||
if (!SciCall_IsSelectionRectangle())
|
||||
if (SciCall_IsSelectionRectangle())
|
||||
{
|
||||
MsgBox(MBWARN, IDS_SELRECT);
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user