color problem with capi in LWL 4.3.6
hello! In LW 4.2.7 for linux, and in the Windows and mac versions of 4.3.6, the following code will give red background to "Write here", whereas in 4.3.6 for linux, the back-ground will have the default color. Is this a bug in 4.3? (I use OpenMotif 2.2) ---------------------------- (in-package :user) (capi:define-interface gazonk () () (:panes (input capi:text-input-pane :title "Write here")) (:layouts (main capi:column-layout '(input) :background :red))) (capi:display (make-instance 'gazonk)) -- (espen)