Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71f9dba

Browse files
authored
Merge pull request#139 from jkour/WaitFor_in_TFileMonitor
WaitFor in TFileMonitor
2 parentsac7fc44 +13ede84 commit71f9dba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Quick.FileMonitor.pas‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ constructor TFileMonitor.Create;
105105
destructor TFileMonitor.Destroy;
106106
begin
107107
ifnot Terminatedthen Terminate;
108-
Self.WaitFor;
108+
if fEnabledthen
109+
Self.WaitFor;
109110
fTickEvent.SetEvent;
110111
fTickEvent.Free;
111112
inherited;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp