Do not force a repaint when logging anything. Probably fixes issue #2410.

This commit is contained in:
Ansgar Becker
2011-06-27 23:12:02 +00:00
parent afed597cc5
commit d99fe53f55

View File

@ -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