2
0
forked from Ivasoft/DSView

fix: Disabled toolbars become available after setting the font

This commit is contained in:
dreamsourcelabTAI
2024-04-02 10:44:47 +08:00
parent e19138b50f
commit a02d722ceb

View File

@@ -1256,10 +1256,12 @@ namespace pv
}
void SamplingBar::update_font()
{
{
QFont font = this->font();
font.setPointSizeF(AppConfig::Instance().appOptions.fontSize);
ui::set_toolbar_font(this, font);
update_view_status();
}
} // namespace toolbars