From d2abb515197d981381c1bbe3642c190f9f76192b Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Mon, 22 Oct 2012 21:47:58 -0600 Subject: [PATCH] Remove TODO --- examples/demo/kivycatalog/README | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/demo/kivycatalog/README b/examples/demo/kivycatalog/README index e9b5dc8ce..6c3b5dac0 100644 --- a/examples/demo/kivycatalog/README +++ b/examples/demo/kivycatalog/README @@ -9,7 +9,6 @@ a la http://kivy.org/docs/installation/installation.html Then run python main.py and browse or edit widgets to your heart's content. Known bugs: -* StackLayout is misbehaving * The DropDown item I had tested completely crashes Kivy * The GridLayout example could use some extra features * If you try to start the app with focused set to true, weird stuff happens.