Fixed annotation item italic bug in memory inspection pane
This commit is contained in:
@@ -52,6 +52,7 @@ namespace Bloom::Widgets
|
|||||||
|
|
||||||
auto font = painter->font();
|
auto font = painter->font();
|
||||||
font.setPixelSize(this->getLabelFontSize());
|
font.setPixelSize(this->getLabelFontSize());
|
||||||
|
font.setItalic(false);
|
||||||
painter->setFont(font);
|
painter->setFont(font);
|
||||||
|
|
||||||
const auto isEnabled = this->isEnabled();
|
const auto isEnabled = this->isEnabled();
|
||||||
|
|||||||
Reference in New Issue
Block a user