Fixed crash that could occur when the user closes the Settings dialog (#3444)

This commit is contained in:
pajlada
2022-01-01 14:15:52 +01:00
committed by GitHub
parent 14d11b6ebe
commit c26fb01df5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ void ChannelView::initializeSignals()
[this](auto, auto) {
this->update();
},
this);
this->signalHolder_);
this->signalHolder_.managedConnect(getApp()->windows->gifRepaintRequested,
[&] {