mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 18:19:34 +02:00
IDE: reduced min wait time for completion box to 10ms, bug #17374
git-svn-id: trunk@27306 -
This commit is contained in:
parent
dc78f11aef
commit
8532d4a6f7
@ -238,7 +238,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Width = 622
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
Min = 500
|
||||
Min = 10
|
||||
OnChange = AutoDelayTrackBarChange
|
||||
Position = 500
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -259,7 +259,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Width = 622
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
Min = 500
|
||||
Min = 10
|
||||
OnChange = AutoDelayTrackBarChange
|
||||
Position = 500
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
|
Loading…
Reference in New Issue
Block a user