mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
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:
@@ -177,7 +177,7 @@ object frmTextEditor: TfrmTextEditor
|
||||
end
|
||||
end
|
||||
object TimerMemoChange: TTimer
|
||||
Interval = 500
|
||||
Interval = 200
|
||||
OnTimer = TimerMemoChangeTimer
|
||||
Left = 120
|
||||
Top = 16
|
||||
|
||||
Reference in New Issue
Block a user