Fixed annotation item italic bug in memory inspection pane

This commit is contained in:
Nav
2022-09-17 20:55:37 +01:00
parent 238819eb42
commit 2ff7a3fdde

View File

@@ -52,6 +52,7 @@ namespace Bloom::Widgets
auto font = painter->font();
font.setPixelSize(this->getLabelFontSize());
font.setItalic(false);
painter->setFont(font);
const auto isEnabled = this->isEnabled();