mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 10:32:40 +00:00
Start filling the Print's Tab, using @lordofhyphens's Optionsgroup
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef WIDGET_HPP
|
||||
#define WIDGET_HPP
|
||||
#include "wxinit.h"
|
||||
#include <wx/wxprec.h>
|
||||
#ifndef WX_PRECOM
|
||||
#include <wx/wx.h>
|
||||
#endif
|
||||
|
||||
class Widget {
|
||||
protected:
|
||||
wxSizer* _sizer;
|
||||
|
||||
Reference in New Issue
Block a user