ui: fixes for release

* screen search matches in code view single not always cleared
* fixed copy full path in file title button broken
* fixed last snippet scrollbar not immediatly visible
This commit is contained in:
Eberhard Graether
2018-01-12 13:03:50 +01:00
parent 911c0fabba
commit ab5cab3656
4 changed files with 11 additions and 4 deletions
+1 -2
View File
@@ -238,8 +238,7 @@ void QtCodeNavigator::clearCodeSnippets()
m_singleHasNewFile = false;
m_screenMatches.clear();
m_activeScreenMatchId = 0;
clearScreenMatches();
}
void QtCodeNavigator::clearFile()