mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 13:22:06 +00:00
Match style of checkboxes on Material Settings > Setting Overrides (#9551)
init
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include "ParamsPanel.hpp"
|
||||
#include "Widgets/RoundedRectangle.hpp"
|
||||
#include "Widgets/TextInput.hpp"
|
||||
#include "Widgets/CheckBox.hpp" // ORCA
|
||||
|
||||
class TabCtrl;
|
||||
|
||||
@@ -557,7 +558,7 @@ private:
|
||||
void update_filament_overrides_page(const DynamicPrintConfig* printers_config);
|
||||
void update_volumetric_flow_preset_hints();
|
||||
|
||||
std::map<std::string, wxCheckBox*> m_overrides_options;
|
||||
std::map<std::string, ::CheckBox*> m_overrides_options;
|
||||
|
||||
public:
|
||||
//BBS: GUI refactor
|
||||
|
||||
Reference in New Issue
Block a user