aboutsummaryrefslogtreecommitdiffstats
path: root/us_maker_edition/src/base
diff options
context:
space:
mode:
authordavidus01 <davidus01@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-07-26 21:36:47 +0000
committerdavidus01 <davidus01@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-07-26 21:36:47 +0000
commitdebbdd3c1cfe9ff74c02a282ade69dd0dcbbc2a1 (patch)
tree1ce1dd09634a165fed4d84304617bde672e1579c /us_maker_edition/src/base
parentbecc8ebb379df6805d8a014c6b1a86a9e797456d (diff)
downloadusdx-debbdd3c1cfe9ff74c02a282ade69dd0dcbbc2a1.tar.gz
usdx-debbdd3c1cfe9ff74c02a282ade69dd0dcbbc2a1.tar.xz
usdx-debbdd3c1cfe9ff74c02a282ade69dd0dcbbc2a1.zip
editor: new dividenote function - can divide note in place where is cursor in text
editor: NextSentence, PreviousSentence - using mouse git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2607 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'us_maker_edition/src/base')
-rw-r--r--us_maker_edition/src/base/UNote.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/us_maker_edition/src/base/UNote.pas b/us_maker_edition/src/base/UNote.pas
index d800d30e..ff9c6b57 100644
--- a/us_maker_edition/src/base/UNote.pas
+++ b/us_maker_edition/src/base/UNote.pas
@@ -374,7 +374,7 @@ begin
begin
with Lines[0].Line[I] do
begin
- if (HighNote > 0) then
+ if (HighNote >= 0) then
begin
SentenceEnd := Note[HighNote].Start + Note[HighNote].Length;