GH-2219 fix crash and bad view scaling in Java VersionSelectDialog

This commit is contained in:
Petr Mrázek
2018-04-02 22:58:02 +02:00
parent c9832d0d86
commit 3406335cd8
3 changed files with 7 additions and 2 deletions

View File

@ -72,7 +72,7 @@ private:
VersionProxyModel *m_proxyModel = nullptr;
int resizeOnColumn = 0;
int resizeOnColumn = -1;
Task * loadTask = nullptr;
};