qt: stop mouse capture on showing modal message box

git-svn-id: trunk@18011 -
This commit is contained in:
paul 2009-01-01 15:11:05 +00:00
parent a2acbf201c
commit 5f3e254b15

View File

@ -252,6 +252,7 @@ var
QResult : QMessageBoxStandardButton;
QtMessageBox: TQtMessageBox;
begin
ReleaseCapture;
QtMessageBox := TQtMessageBox.Create(nil);
QtMessageBox.AttachEvents;
try