# HG changeset patch # User Jordan Miner # Date 1249886669 18000 # Node ID 4c095424a9abf00c37eedb42aaf3480a41aa7d53 # Parent 7c5c50a06ffeb59b164810b69f57bcf38d22ad1c Remove outdated comment diff -r 7c5c50a06ffe -r 4c095424a9ab dynamin/gui/window.d --- a/dynamin/gui/window.d Sat Aug 08 22:33:18 2009 -0500 +++ b/dynamin/gui/window.d Mon Aug 10 01:44:29 2009 -0500 @@ -480,7 +480,7 @@ */ bool resizable() { return _resizable; } /// ditto - void resizable(bool b) { // TODO: set based upon whether content is elastic? + void resizable(bool b) { _resizable = b; if(!handleCreated) return;