toggle ui with Tab, add hsv jitter

This commit is contained in:
2018-07-28 00:53:20 +02:00
parent 9b5094f510
commit c0f9e13b92
12 changed files with 42 additions and 9 deletions

View File

@@ -661,11 +661,6 @@ void App::initLayout()
layout[main_id]->add_child(butt);
butt->on_click = [this](Node*){
static bool fullscreen = false;
auto m = layout[main_id]->m_children[0];
for (int i = 2; i < m->m_children.size(); i++)
m->m_children[i]->m_display = fullscreen;
fullscreen = !fullscreen;
};
if (auto* slider = layout[main_id]->find<NodeSliderH>("frames-slider"))