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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -75,6 +75,7 @@
- Bugfix: Fixed zero-width emotes sometimes wrapping lines incorrectly. (#3389)
- Bugfix: Fixed using special chars in Windows username breaking the storage of custom commands (#3397)
- Bugfix: Fixed character counter changing fonts after going over the limit. (#3422)
- Bugfix: Fixed crash that could occur if the user opens/closes ChannelViews (e.g. EmotePopup, or Splits) then modifies the showLastMessageIndicator setting. (#3444)
- Dev: Add GitHub action to test builds without precompiled headers enabled. (#3327)
- Dev: Renamed CMake's build option `USE_SYSTEM_QT5KEYCHAIN` to `USE_SYSTEM_QTKEYCHAIN`. (#3103)
- Dev: Add benchmarks that can be compiled with the `BUILD_BENCHMARKS` CMake flag. Off by default. (#3038)

View file

@ -194,7 +194,7 @@ void ChannelView::initializeSignals()
[this](auto, auto) {
this->update();
},
this);
this->signalHolder_);
this->signalHolder_.managedConnect(getApp()->windows->gifRepaintRequested,
[&] {