CLIM mail archive

[Prev][Next][Index][Thread]

More button-color weirdness



More on button-colors (things have just gotten *much* weirder).

My layout code contains the following:

   (clim:scrolling (:scroll-bars :vertical
				 :background clim:+green+)
      (setq MAIN-FIELD-PANE
	    (clim:make-pane 'hot-list-main-field
		            :background clim:+blue+)
            ....)

Now, when I lay out the clim CLIM:PUSH-BUTTON on MAIN-FIELD-PANE, the
border surrounding the button is now *GREEN*!

I.e. the button's border matches the background color for the surrounding
scrolling-pane, _not_ that of the pane on which it is drawn!

Any idea what's going on here?

Thanks
Nichael
				   



Main Index | Thread Index