enable timeline option

This commit is contained in:
2019-09-21 00:02:48 +02:00
parent dc8f2f5742
commit 1d1aef4095
8 changed files with 75 additions and 17 deletions

View File

@@ -907,6 +907,11 @@ void Node::SetRTL(YGDirection dir)
app_redraw();
}
bool Node::GetVisibility()
{
return m_display;
}
void Node::SetVisibility(bool visible)
{
App::I->ui_task([&]