forked from qt-creator/qt-creator
DiffEditor: Persist description widget height
Fixes: QTCREATORBUG-24286 Change-Id: Ie1bf1136bce973b7197b7378b48a85ec776e8f6d Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
edd16c7047
commit
bf0d2426b8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user