From c6551c92dfbdd81c34b483f177e2742fff7878ba Mon Sep 17 00:00:00 2001 From: Christoph Senjak Date: Thu, 20 Aug 2009 20:22:10 +0200 Subject: [PATCH] The GUI now has two windows. But somehow there is an error-message. --- BUGS | 2 ++ leveleditor.lisp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/BUGS b/BUGS index a3cbddf..2756efa 100644 --- a/BUGS +++ b/BUGS @@ -1,3 +1,5 @@ +2009/08/20 starting the level-editor produces an error. + 2009/04/09 Setting the Animation of Jumping doesnt always work correct 2009/04/10 Random numeric type-errors diff --git a/leveleditor.lisp b/leveleditor.lisp index eac01d3..9f07362 100644 --- a/leveleditor.lisp +++ b/leveleditor.lisp @@ -71,9 +71,9 @@ form (x y object)." (current-upper-left (cons 0 0)) (current-chosen-object 'uxul) (objects-and-arrows (make-instance 'ltk:frame)) + (grid-frame (make-instance 'ltk:toplevel)) (object-frame (make-instance 'ltk:frame :master objects-and-arrows)) (arrow-frame (make-instance 'ltk:frame :master objects-and-arrows)) - (grid-frame (make-instance 'ltk:frame)) (right-button (make-instance 'ltk:button :text ">" :master arrow-frame)) (left-button (make-instance 'ltk:button :text "<" -- 2.20.1