mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 21:02:23 +00:00
Bed shape dialog improvements (#9569)
* init * reduce changes * Update BedShapeDialog.cpp * update
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
|
||||
#include <libslic3r/BuildVolume.hpp>
|
||||
|
||||
#include "Widgets/ComboBox.hpp"
|
||||
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/choicebk.h>
|
||||
#include <wx/simplebook.h> // ORCA
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
@@ -83,7 +85,8 @@ private:
|
||||
void load_texture();
|
||||
void load_model();
|
||||
|
||||
wxChoicebook* m_shape_options_book;
|
||||
wxSimplebook* m_shape_options_book;
|
||||
ComboBox* m_shape_combo;
|
||||
std::vector <ConfigOptionsGroupShp> m_optgroups;
|
||||
|
||||
friend class BedShapeDialog;
|
||||
|
||||
Reference in New Issue
Block a user