Text.cpp.patch

Abdelghani Omari, 03/26/2018 06:11 PM

Download (311 Bytes)

View differences:

Text.cpp (working copy)
1057 1057
		l = RemoveRectSelection();
1058 1058
	else {
1059 1059
		GetSelection(l, h);
1060
    if(l == h) return false;
1060 1061
		Remove((int)l, int(h - l));
1061 1062
	}
1062 1063
	anchor = -1;