mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Application Scaling for MSW:
+ Experiments with toolBars scaling + Rescaled warning and printing legends
This commit is contained in:
parent
ae2c61160f
commit
fc63a28481
5 changed files with 50 additions and 8 deletions
|
@ -396,9 +396,16 @@ void Preview::refresh_print()
|
|||
load_print(true);
|
||||
}
|
||||
|
||||
void Preview::rescale_slider()
|
||||
void Preview::rescale()
|
||||
{
|
||||
// rescale slider
|
||||
if (m_slider) m_slider->rescale();
|
||||
|
||||
// rescale warning legend on the canvas
|
||||
get_canvas3d()->rescale();
|
||||
|
||||
// rescale legend
|
||||
refresh_print();
|
||||
}
|
||||
|
||||
void Preview::bind_event_handlers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue