mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-06 05:36:10 -05:00
added missing e->ignore() on close event
This commit is contained in:
parent
3f04244169
commit
74663509dc
@ -21,6 +21,7 @@
|
|||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
#include <QCloseEvent>
|
||||||
#include <QMenu>
|
#include <QMenu>
|
||||||
|
|
||||||
#include <algorithm>
|
#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;
|
std::cerr << "Close() called. Identities or circle currently loading => not actually closing." << std::endl;
|
||||||
mCloseRequested = true;
|
mCloseRequested = true;
|
||||||
|
e->ignore();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user