mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 16:00:26 +02:00
qt: stop mouse capture on showing modal message box
git-svn-id: trunk@18011 -
This commit is contained in:
parent
a2acbf201c
commit
5f3e254b15
@ -252,6 +252,7 @@ var
|
||||
QResult : QMessageBoxStandardButton;
|
||||
QtMessageBox: TQtMessageBox;
|
||||
begin
|
||||
ReleaseCapture;
|
||||
QtMessageBox := TQtMessageBox.Create(nil);
|
||||
QtMessageBox.AttachEvents;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user