Skip to content

Commit

Permalink
fix exception when deleting project
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaxal committed Sep 30, 2017
1 parent 53612e5 commit c47a6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mred-designer/preview-widgets.rkt
Expand Up @@ -33,7 +33,7 @@

(define/provide (set-current-mred-id mid)
(debug-printf "set-current-mred-id:~a\n" mid)
(debug-printf "current widget set:~a\n" (send mid get-id))
(debug-printf "current widget set:~a\n" (and mid (send mid get-id)))
(set! current-mred-id mid))

;;; Returns a duplicate of the given widget with all its properties and id.
Expand Down

0 comments on commit c47a6e9

Please sign in to comment.