Thumb thread should check the exit signal

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@701 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2010-12-12 09:25:36 +00:00
parent 5d09eb149c
commit 600c9fc907
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ bool end;
CreateThumbnail();
}
while( !end );
while( !end && !IsExitSignal() );
}