mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Blinking on resize or Ui updates on screen that have low frame rates.
This commit is contained in:
parent
cc4537fc09
commit
2dc1e472c0
2 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
## 5.3.0 - undefined
|
||||
|
||||
### Fixed
|
||||
|
|
@ -25,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Call logs : incoming filter will not display missed calls.
|
||||
- Call logs synchronization.
|
||||
- URI handlers when mixing remote provisioning and call.
|
||||
- Blinking on resize or Ui updates on screen that have low frame rates.
|
||||
|
||||
## 5.2.2 - 2024-03-11
|
||||
|
||||
|
|
|
|||
|
|
@ -273,10 +273,8 @@ App::App(int &argc, char *argv[])
|
|||
auto ignoreVSync = QSurfaceFormat::defaultFormat();
|
||||
ignoreVSync.setSwapInterval(0);
|
||||
QSurfaceFormat::setDefaultFormat(ignoreVSync);
|
||||
//-------------------
|
||||
connect(this, SIGNAL(applicationStateChanged(Qt::ApplicationState)), this,
|
||||
SLOT(stateChanged(Qt::ApplicationState)));
|
||||
|
||||
setWindowIcon(QIcon(Constants::WindowIconPath));
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue