mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps] VariableBoxController: tidy layout before disappearing
This commit is contained in:
@@ -70,8 +70,12 @@ View * VariableBoxEmptyController::view() {
|
||||
return &m_view;
|
||||
}
|
||||
|
||||
void VariableBoxEmptyController::viewDidDisappear() {
|
||||
m_view.setLayout(Layout());
|
||||
}
|
||||
|
||||
void VariableBoxEmptyController::setType(Type type) {
|
||||
I18n::Message message;
|
||||
I18n::Message message = I18n::Message::Default;
|
||||
Layout layout;
|
||||
switch (type) {
|
||||
case Type::Expressions:
|
||||
|
||||
Reference in New Issue
Block a user