[mcclim-cvs] CVS mcclim/Apps/Inspector
thenriksen
thenriksen at common-lisp.net
Thu Dec 20 10:46:55 UTC 2007
Update of /project/mcclim/cvsroot/mcclim/Apps/Inspector
In directory clnet:/tmp/cvs-serv7200/Apps/Inspector
Modified Files:
inspector.lisp
Log Message:
Oops, didn't mean to remove the Interactor pane from the Inspector
with my last commit.
--- /project/mcclim/cvsroot/mcclim/Apps/Inspector/inspector.lisp 2007/12/20 10:33:35 1.37
+++ /project/mcclim/cvsroot/mcclim/Apps/Inspector/inspector.lisp 2007/12/20 10:46:54 1.38
@@ -47,7 +47,7 @@
:display-function 'display-app)
(int :interactor :width 600 :height 100 :max-height 100))
(:layouts
- (default (vertically () (scrolling () app) #+nil int))))
+ (default (vertically () (scrolling () app) int))))
(defmethod initialize-instance :after ((frame inspector) &rest args)
(declare (ignore args))
More information about the Mcclim-cvs
mailing list