mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 14:22:43 -07:00
Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
+ Set wider default size for Preset Comboboxes from Tabs (#2023)
This commit is contained in:
@@ -396,6 +396,11 @@ void Preview::refresh_print()
|
||||
load_print(true);
|
||||
}
|
||||
|
||||
void Preview::rescale_slider()
|
||||
{
|
||||
if (m_slider) m_slider->rescale();
|
||||
}
|
||||
|
||||
void Preview::bind_event_handlers()
|
||||
{
|
||||
this->Bind(wxEVT_SIZE, &Preview::on_size, this);
|
||||
|
||||
Reference in New Issue
Block a user