mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 22:02:10 +00:00
FIX: support show 3 N3S in one row
jira: [STUDIO-10782] Change-Id: Ifec1c958dbbc7af02a97a1293621458ea83f61bf (cherry picked from commit 9008dc115efd5e156ea67dd3becc1ab7bfbc3c6e)
This commit is contained in:
@@ -176,10 +176,18 @@ private:
|
||||
|
||||
class MappingContainer : public wxPanel
|
||||
{
|
||||
public:
|
||||
private:
|
||||
int m_slots_num = 4;/*1 or 4*/
|
||||
wxBitmap ams_mapping_item_container;
|
||||
|
||||
public:
|
||||
MappingContainer(wxWindow* parent, int slots_num = 4);
|
||||
~MappingContainer();
|
||||
|
||||
public:
|
||||
int get_slots_num() const { return m_slots_num;}
|
||||
|
||||
protected:
|
||||
void paintEvent(wxPaintEvent& evt);
|
||||
void render(wxDC& dc);
|
||||
void doRender(wxDC& dc);
|
||||
|
||||
Reference in New Issue
Block a user