From 5a7b1ac4fe093bed64caac3bd82cc1b7e6bfa384 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Fri, 25 Nov 2016 16:07:36 +0000 Subject: [PATCH] try to fix Graph git-svn-id: svn://kolibrios.org@6762 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/graph/hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/other/graph/hello.cpp b/programs/other/graph/hello.cpp index 989edb6e38..c8f5dc9007 100644 --- a/programs/other/graph/hello.cpp +++ b/programs/other/graph/hello.cpp @@ -46,7 +46,7 @@ char *funct = NULL; char edit_path[1024]; //Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70; -edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0x10000000,sizeof(edit_path),(dword)&edit_path, 64, 100000000000010b}; +edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0x10000000,sizeof(edit_path),(dword)&edit_path, 64, 16386}; //100000000000010b}; char *full_head;