mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-23 16:39:16 -04:00
gui: statistics: comment out deleteonclose attribute
retroshare crashes
This commit is contained in:
parent
73efcfba8d
commit
d66340d65a
@ -97,7 +97,7 @@ StatisticsWindow::StatisticsWindow(QWidget *parent) :
|
||||
ui(new Ui::StatisticsWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
// setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
|
||||
Settings->loadWidgetInformation(this);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user