diff options
| author | Luke Yelavich <luke.yelavich@canonical.com> | 2015-05-05 17:03:44 +1000 |
|---|---|---|
| committer | Luke Yelavich <luke.yelavich@canonical.com> | 2015-05-05 17:03:44 +1000 |
| commit | 9f2b998f6cf5c47bfb16318f4afaec101272f795 (patch) | |
| tree | ddc920a4a6570f1ff57537ec0cf35c6d458a1cd1 /unity-shared | |
| parent | 215f88829ed04d4f3af353ab9d99e5ede1e261a3 (diff) | |
Whoops, accidently dropped some member variables when moving code around for testing
(bzr r3954.6.2)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/ExpanderView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unity-shared/ExpanderView.h b/unity-shared/ExpanderView.h index 8f7e6bbd4..460adcb66 100644 --- a/unity-shared/ExpanderView.h +++ b/unity-shared/ExpanderView.h @@ -33,6 +33,8 @@ class ExpanderView : public nux::View public: ExpanderView(NUX_FILE_LINE_PROTO); + nux::Property<bool> expanded; + nux::Property<std::string> label; protected: void Draw(nux::GraphicsEngine& graphics_engine, bool force_draw); void DrawContent(nux::GraphicsEngine& graphics_engine, bool force_draw); |
