mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 10:40:38 +08:00
Moved the basic preset store back to an array of vectors.
This commit is contained in:
parent
49a1628dfb
commit
dc3b420c09
@ -33,7 +33,7 @@ public:
|
||||
|
||||
void OnUnhandledException() override;
|
||||
|
||||
std::vector<Presets> presets { preset_types, Presets() };
|
||||
std::array<Presets, preset_types> presets { Presets() };
|
||||
std::array<wxString, preset_types> preset_ini { };
|
||||
private:
|
||||
std::unique_ptr<Notifier> notifier {nullptr};
|
||||
|
Loading…
x
Reference in New Issue
Block a user