mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 18:12:05 +08:00
Do not force a repaint when logging anything. Probably fixes issue #2410.
This commit is contained in:
@ -3840,7 +3840,6 @@ begin
|
|||||||
|
|
||||||
// Scroll to last line and repaint
|
// Scroll to last line and repaint
|
||||||
SynMemoSQLLog.GotoLineAndCenter(SynMemoSQLLog.Lines.Count);
|
SynMemoSQLLog.GotoLineAndCenter(SynMemoSQLLog.Lines.Count);
|
||||||
SynMemoSQLLog.Repaint;
|
|
||||||
|
|
||||||
// Log to file?
|
// Log to file?
|
||||||
if prefLogToFile then
|
if prefLogToFile then
|
||||||
|
Reference in New Issue
Block a user