mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 22:51:12 -04:00
added missing e->ignore() on close event
This commit is contained in:
parent
3f04244169
commit
74663509dc
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
*******************************************************************************/
|
||||
|
||||
#include <QMessageBox>
|
||||
#include <QCloseEvent>
|
||||
#include <QMenu>
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -128,6 +129,7 @@ void CreateCircleDialog::closeEvent(QCloseEvent *e)
|
|||
{
|
||||
std::cerr << "Close() called. Identities or circle currently loading => not actually closing." << std::endl;
|
||||
mCloseRequested = true;
|
||||
e->ignore();
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue