diff dynamin/gui/control.d @ 56:c2566ab82535

Edit comments and fix a typo.
author Jordan Miner <jminer7@gmail.com>
date Sat, 08 Aug 2009 15:46:39 -0500
parents c138461bf845
children d3ba5d4a3a27
line wrap: on
line diff
--- a/dynamin/gui/control.d	Sat Aug 08 15:42:27 2009 -0500
+++ b/dynamin/gui/control.d	Sat Aug 08 15:46:39 2009 -0500
@@ -366,6 +366,7 @@
 	void focus() {
 		if(!_focusable)
 			return;
+
 		auto top = getTopLevel();
 		if(!top)
 			return;