diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-13 09:49:09 +0200 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-12-13 16:53:20 -0600 |
| commit | 81344771dd03fd844daeedcbf3545103db3898c0 (patch) | |
| tree | d463912f361f029a1f059f46f7176d8531547288 /src/organizercore.cpp | |
| parent | 2c28107ae8976d0b9c50f3477f4b563daa1617fd (diff) | |
Locked dialog fixes (fix mainwindow modalness; use normal window to fix parentless scenario)
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index 5601afa7..1f42bf95 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -1350,7 +1350,7 @@ bool OrganizerCore::waitForProcessCompletion(HANDLE handle, LPDWORD exitCode, IL break;
}
- if (uilock && uilock->unlockClicked()) {
+ if (uilock && uilock->unlockForced()) {
uiunlocked = true;
break;
}
|
