Go to file
Matthew Flatt 2031225b69 improve editor-canvas resizing
A recent bug fix involved moving part of an `editor-canvas%' resize
out of atomic mode by queueing a callback (because the resize involves
quesrying the editor for its size, etc.), but then the callback
happens after a canvas is shown, which can cause it to appear with
bogus initial scrollbars. Queue the callback instead as a "refresh"
level callback, which gets a chance to run before a frame is made
visible.

original commit: 11045a0384b2b6f185cd98aec59e27b96b68c5f7
2012-09-13 14:17:14 -06:00
collects improve editor-canvas resizing 2012-09-13 14:17:14 -06:00
doc/release-notes remove unsupported MDI styles and method 2011-08-04 08:02:54 -06:00
man/man1 minor man-page corrections 2011-02-01 08:01:17 -07:00