Fixed crash that could occur when the user closes the Settings dialog (#3444)
This commit is contained in:
@@ -194,7 +194,7 @@ void ChannelView::initializeSignals()
|
||||
[this](auto, auto) {
|
||||
this->update();
|
||||
},
|
||||
this);
|
||||
this->signalHolder_);
|
||||
|
||||
this->signalHolder_.managedConnect(getApp()->windows->gifRepaintRequested,
|
||||
[&] {
|
||||
|
||||
Reference in New Issue
Block a user