Skip to content

Commit

Permalink
Reset appkit classname in #'stop
Browse files Browse the repository at this point in the history
  • Loading branch information
borodust committed Jun 13, 2019
1 parent 8806acc commit 990c1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appkit/appkit.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@


(defun stop (&key blocking)
(setf *appkit-instance-class* nil)
(if blocking
(shutdown)
(in-new-thread ("exit-thread")
Expand Down

0 comments on commit 990c1bc

Please sign in to comment.