From acc23f47cc54e1b0fee67b2c3b56e10ddf47e486 Mon Sep 17 00:00:00 2001 From: StapleButter Date: Sat, 30 Sep 2017 18:58:13 +0200 Subject: actually get the input dialog somewhere --- src/libui_sdl/libui/windows/area.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libui_sdl/libui') diff --git a/src/libui_sdl/libui/windows/area.cpp b/src/libui_sdl/libui/windows/area.cpp index ab69ff1..3257631 100644 --- a/src/libui_sdl/libui/windows/area.cpp +++ b/src/libui_sdl/libui/windows/area.cpp @@ -56,8 +56,8 @@ uiWindowsControlAllDefaults(uiArea) static void uiAreaMinimumSize(uiWindowsControl *c, int *width, int *height) { // TODO - *width = 0; - *height = 0; + *width = 1; + *height = 1; } ATOM registerAreaClass(HICON hDefaultIcon, HCURSOR hDefaultCursor) -- cgit v1.2.3