Switch X and Y coordinates of cursor position label in text editor, like it's in the status bar. And decrease timer interval for updating label.

This commit is contained in:
Ansgar Becker
2018-12-13 06:53:56 +01:00
parent c0dba12883
commit 5c79f6ddf9
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ object frmTextEditor: TfrmTextEditor
end
end
object TimerMemoChange: TTimer
Interval = 500
Interval = 200
OnTimer = TimerMemoChangeTimer
Left = 120
Top = 16