Don't over-reference the image view
This commit is contained in:
parent
387297fdc6
commit
f7df0b2abb
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ struct Editor::Impl : EditorController::Receiver, IControlListener {
|
||||||
CTextLabel* infoSamplesLabel_ = nullptr;
|
CTextLabel* infoSamplesLabel_ = nullptr;
|
||||||
CTextLabel* infoVoicesLabel_ = nullptr;
|
CTextLabel* infoVoicesLabel_ = nullptr;
|
||||||
|
|
||||||
SharedPointer<CViewContainer> imageContainer_;
|
CViewContainer* imageContainer_ = nullptr;
|
||||||
|
|
||||||
CTextLabel* memoryLabel_ = nullptr;
|
CTextLabel* memoryLabel_ = nullptr;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue