From demmeln at in.tum.de Thu Sep 18 11:54:22 2008 From: demmeln at in.tum.de (Nikolaus Demmel) Date: Thu, 18 Sep 2008 13:54:22 +0200 Subject: [mcclim-devel] Strange black borders around my application pane inside scrolling Message-ID: <1221738862.27852.4.camel@atradig111.informatik.tu-muenchen.de> 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 From ahefner at gmail.com Sun Sep 21 07:44:17 2008 From: ahefner at gmail.com (Andy Hefner) Date: Sun, 21 Sep 2008 03:44:17 -0400 Subject: [mcclim-devel] Strange black borders around my application pane inside scrolling In-Reply-To: <1221738862.27852.4.camel@atradig111.informatik.tu-muenchen.de> References: <1221738862.27852.4.camel@atradig111.informatik.tu-muenchen.de> Message-ID: <31ffd3c40809210044w32da2a7fx8d02af4995c269d6@mail.gmail.com> 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