1
0
Fork 0

Fixed blurry disassembly text (#2819)

This commit is contained in:
Torusrxxx 2022-01-13 03:21:08 +00:00 committed by GitHub
parent bd2638f662
commit fddef539c4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1838,7 +1838,7 @@ void Disassembly::paintEvent(QPaintEvent* event)
int w = getColumnWidth(column);
int h = getViewableRowsCount() * getRowHeight();
const bool optimizationEnabled = true;
const bool optimizationEnabled = false;
if(optimizationEnabled)
{
QString columnText;