DiffEditor: Persist description widget height

Fixes: QTCREATORBUG-24286
Change-Id: Ie1bf1136bce973b7197b7378b48a85ec776e8f6d
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Orgad Shaneh
2022-10-23 08:27:14 +03:00
committed by Orgad Shaneh
parent edd16c7047
commit bf0d2426b8
2 changed files with 15 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ private:
QPair<QString, QString> m_currentFileChunk;
int m_currentViewIndex = -1;
int m_currentDiffFileIndex = -1;
int m_descriptionHeight = 8;
Utils::Guard m_ignoreChanges;
bool m_sync = false;
bool m_showDescription = true;