whoops, fix a bug introduced in 0f9674e1dd
This commit is contained in:
parent
c29c4056a1
commit
974350472c
|
@ -4571,7 +4571,7 @@ module browser threading seems wrong.
|
|||
|
||||
(when (= 2 (length (send resizable-panel get-children)))
|
||||
(send resizable-panel set-percentages
|
||||
(let ([p (preferences:get 'drracket:window-size-percentage)])
|
||||
(let ([p (preferences:get 'drracket:unit-window-size-percentage)])
|
||||
(list p (- 1 p)))))
|
||||
|
||||
(set-label-prefix (string-constant drscheme))
|
||||
|
|
Loading…
Reference in New Issue
Block a user