mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 14:55:52 +08:00
Comment for parent cache.
This commit is contained in:
parent
e8bb3f7e37
commit
4cb2930b54
@ -50,7 +50,7 @@ public:
|
|||||||
std::function<void (const std::string&)> on_kill_focus {nullptr};
|
std::function<void (const std::string&)> on_kill_focus {nullptr};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
wxWindow* parent {nullptr};
|
wxWindow* parent {nullptr}; //< Cached copy of the parent object
|
||||||
wxWindow* window {nullptr}; //< Pointer copy of the derived classes
|
wxWindow* window {nullptr}; //< Pointer copy of the derived classes
|
||||||
|
|
||||||
const Slic3r::ConfigOptionDef opt; //< Reference to the UI-specific bits of this option
|
const Slic3r::ConfigOptionDef opt; //< Reference to the UI-specific bits of this option
|
||||||
|
Loading…
x
Reference in New Issue
Block a user