1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00
This commit is contained in:
YuSanka
2019-05-16 13:16:43 +02:00
parent 0bcb449fb4
commit cc933789eb
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ public:
m_normal_font = m_normal_font.Scale(m_scale_factor / scale_primary_display);
// initialize default width_unit according to the width of the one symbol ("m") of the currently active font of this window.
m_em_unit = std::max<size_t>(10, this->GetTextExtent("m").x - 1/*10 * m_scale_factor*/);
m_em_unit = std::max<size_t>(10, this->GetTextExtent("m").x - 1);
// recalc_font();