Hi list,
I have a small clim application with an application pane inside a scrolling macro. The code looks like this:
(:panes (app :application :width 800 :height 600 :scroll-bars nil :borders nil :text-style (make-text-style :sans-serif :roman :normal) :display-function 'display-app) (int :interactor :width 800 :height 100 :maxheight 100)) (:layouts (default (vertically () (scrolling (:scroll-bars :vertical) app) int))))
Now I get strange black borders around the pane like there: http://home.in.tum.de/~demmeln/screenshot.jpg
Notice the big black border at the bottom which actually swallows content aswell.
Does anyone know how to get rid of tose borders?
Best regards, Nikolaus Demmel
This is a known bug in mcclim.
You can try loading this as a workaround: http://vintage-digital.com/hefner/mcclim/update-mirror-geometry.lisp