mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 14:40:29 +02:00
VirtualTreeView: fixed typos related to 'occur' word
git-svn-id: trunk@65204 -
This commit is contained in:
parent
04e48f1044
commit
61630354e6
@ -1524,7 +1524,7 @@ type
|
|||||||
tsScrollPending, // Set when waiting for the scroll delay time to elapse.
|
tsScrollPending, // Set when waiting for the scroll delay time to elapse.
|
||||||
tsSizing, // Set when the tree window is being resized. This is used to prevent recursive calls
|
tsSizing, // Set when the tree window is being resized. This is used to prevent recursive calls
|
||||||
// due to setting the scrollbars when sizing.
|
// due to setting the scrollbars when sizing.
|
||||||
tsStopValidation, // Cache validation can be stopped (usually because a change has occured meanwhile).
|
tsStopValidation, // Cache validation can be stopped (usually because a change has occurred meanwhile).
|
||||||
tsStructureChangePending, // The structure of the tree has been changed while the update was locked.
|
tsStructureChangePending, // The structure of the tree has been changed while the update was locked.
|
||||||
tsSynchMode, // Set when the tree is in synch mode, where no timer events are triggered.
|
tsSynchMode, // Set when the tree is in synch mode, where no timer events are triggered.
|
||||||
tsThumbTracking, // Stop updating the horizontal scroll bar while dragging the vertical thumb and vice versa.
|
tsThumbTracking, // Stop updating the horizontal scroll bar while dragging the vertical thumb and vice versa.
|
||||||
@ -1547,7 +1547,7 @@ type
|
|||||||
);
|
);
|
||||||
|
|
||||||
TChangeStates = set of (
|
TChangeStates = set of (
|
||||||
csStopValidation, // Cache validation can be stopped (usually because a change has occured meanwhile).
|
csStopValidation, // Cache validation can be stopped (usually because a change has occurred meanwhile).
|
||||||
csUseCache, // The tree's node caches are validated and non-empty.
|
csUseCache, // The tree's node caches are validated and non-empty.
|
||||||
csValidating, // The tree's node caches are currently validated.
|
csValidating, // The tree's node caches are currently validated.
|
||||||
csValidationNeeded // Something in the structure of the tree has changed. The cache needs validation.
|
csValidationNeeded // Something in the structure of the tree has changed. The cache needs validation.
|
||||||
|
Loading…
Reference in New Issue
Block a user