mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-11 20:17:37 +00:00
FIX: add load model process dialog
Change-Id: I3cf9f5a535236f87425a0314bde283e4549ca5e7
This commit is contained in:
@@ -19,6 +19,7 @@ class WXDLLIMPEXP_FWD_CORE wxWindowDisabler;
|
||||
#define PROGRESSDIALOG_DEF_BK wxColour(255,255,255)
|
||||
#define PROGRESSDIALOG_GREY_700 wxColour(107,107,107)
|
||||
|
||||
#define wxPD_NO_PROGRESS 0x0100
|
||||
|
||||
namespace Slic3r { namespace GUI {
|
||||
|
||||
@@ -51,6 +52,8 @@ public:
|
||||
virtual bool WasCancelled() const;
|
||||
virtual bool WasSkipped() const;
|
||||
|
||||
virtual void OnCancel() {};
|
||||
|
||||
// Must provide overload to avoid hiding it (and warnings about it)
|
||||
virtual void Update() wxOVERRIDE { wxDialog::Update(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user