mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Custom control : fixed re-scaling for MSW
This commit is contained in:
committed by
Oleksandra Yushchenko
parent
1b3c288b35
commit
e93e80166b
@@ -686,6 +686,9 @@ void ConfigOptionsGroup::msw_rescale()
|
||||
for (const auto& field : m_fields)
|
||||
field.second->msw_rescale(sidetext_width>0);
|
||||
|
||||
if (custom_ctrl)
|
||||
custom_ctrl->msw_rescale();
|
||||
|
||||
const int em = em_unit(parent());
|
||||
|
||||
// rescale width of label column
|
||||
|
||||
Reference in New Issue
Block a user