split app.cpp into multiple files, add NodeScroll and use it to scroll the side panels, some fixes to the events system
This commit is contained in:
@@ -15,6 +15,7 @@ void NodePopupMenu::init()
|
||||
SetHeight(400);
|
||||
SetPositioning(YGPositionTypeAbsolute);
|
||||
m_mouse_ignore = false;
|
||||
m_capture_children = false;
|
||||
}
|
||||
|
||||
kEventResult NodePopupMenu::handle_event(Event* e)
|
||||
|
||||
Reference in New Issue
Block a user