Fixed issue with ui_signal_from_box
Biggest win was getting the intial fixes for overlapping boxes. Eventually I'll need to add support for sorting actives of top-most ancestors (pretty much just remove from linked list and add to last position (adjust indices of adjacent and new top most, etc)
This commit is contained in:
@ -107,6 +107,7 @@ ui_resizable_handles :: proc( parent : ^UI_Widget,
|
||||
corner_br := true,
|
||||
corner_bl := true, )
|
||||
{
|
||||
profile(#procedure)
|
||||
handle_left : UI_Widget
|
||||
handle_right : UI_Widget
|
||||
handle_top : UI_Widget
|
||||
|
Reference in New Issue
Block a user