From 8e56a73f8ff6148d1ed476a8a4142780bbd7c833 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 4 Sep 2009 12:43:43 +0000 Subject: [PATCH] syncing uppdev git-svn-id: svn://ultimatepp.org/upp/trunk@1551 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppdev/DropListBug/main.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/uppdev/DropListBug/main.cpp b/uppdev/DropListBug/main.cpp index d997055e6..2da771793 100644 --- a/uppdev/DropListBug/main.cpp +++ b/uppdev/DropListBug/main.cpp @@ -45,10 +45,5 @@ public: GUI_APP_MAIN { DropListBug bug; - bug.Open(); - bool quit = false; - while(!quit) { - Sleep(1000); - Ctrl::ProcessEvents(&quit); - } + bug.Run(); }