Comment for parent cache.

This commit is contained in:
Joseph Lenox 2018-06-28 22:24:18 -05:00 committed by Joseph Lenox
parent e8bb3f7e37
commit 4cb2930b54

View File

@ -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