Patrick Jakobsen 7 달 전
부모
커밋
3477b9b33b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      gui/gui.c

+ 1
- 1
gui/gui.c 파일 보기

@ -794,9 +794,9 @@ bool gui_slider(
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))
{
int last_frame_width = node->computed_size[GUI_AXIS2_X];
if(last_frame_width == 0)
{
DEBUG(

불러오는 중...
취소
저장