make simple-graphics frame non-resizable
svn: r2223
This commit is contained in:
parent
00eb9bdb78
commit
95a7041a3a
|
@ -317,7 +317,10 @@
|
|||
(close-viewport (send canvas get-viewport))
|
||||
(send the-time stop)
|
||||
(inner (void) on-close))
|
||||
(super-instantiate ())))
|
||||
(super-instantiate ()
|
||||
[stretchable-height #f]
|
||||
[stretchable-width #f]
|
||||
[style '(no-resize-border)])))
|
||||
|
||||
(define repaint
|
||||
(lambda (viewport)
|
||||
|
|
Loading…
Reference in New Issue
Block a user