|
@ -794,9 +794,9 @@ bool gui_slider( |
|
|
context->focused_node.node = NULL; |
|
|
context->focused_node.node = NULL; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
int last_frame_width = node->computed_size[GUI_AXIS2_X]; |
|
|
|
|
|
if(gui_node_references_equal(new_reference, context->focused_node)) |
|
|
if(gui_node_references_equal(new_reference, context->focused_node)) |
|
|
{ |
|
|
{ |
|
|
|
|
|
int last_frame_width = node->computed_size[GUI_AXIS2_X]; |
|
|
if(last_frame_width == 0) |
|
|
if(last_frame_width == 0) |
|
|
{ |
|
|
{ |
|
|
DEBUG( |
|
|
DEBUG( |
|
|