ui: fix codeview scrollbar and search crash

* fixed size policies of codeview elements to prevent the codeview from having a global scrollbar
* fixed crash in sorting of search results
* removed debug log when panning a codesnippet
This commit is contained in:
malte_langkabel
2016-05-04 18:38:53 +02:00
parent 75ced4b775
commit 30faa7e52f
7 changed files with 8 additions and 22 deletions
@@ -40,11 +40,6 @@ QtCodeFileList::~QtCodeFileList()
{
}
QSize QtCodeFileList::sizeHint() const
{
return QSize(800, 800);
}
void QtCodeFileList::addCodeSnippet(
const CodeSnippetParams& params,
bool insert