Fixed another bug found with random testing
svn: r18583 original commit: a0049642970027b1c9866a28ee1e158c8cf7036b
This commit is contained in:
parent
4430b73934
commit
08c7e8c53a
|
@ -399,7 +399,8 @@
|
|||
(send new-list notify-on-change (lambda (which) (style-has-changed which))))
|
||||
(set! s-style-list new-list)
|
||||
;; create "Standard" if it's not there:
|
||||
(send s-style-list new-named-style "Standard" (send s-style-list basic-style)))
|
||||
(send s-style-list new-named-style "Standard" (send s-style-list basic-style))
|
||||
(void))
|
||||
|
||||
(define/public (style-has-changed which) (void))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user