Fixed blurry disassembly text (#2819)
This commit is contained in:
parent
bd2638f662
commit
fddef539c4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue