Odd (setf capi:simple-pane-enabled) for title panes in LWW 4.4.6
Hello lispworkers, I am observing rather odd behavior of title panes. For me after disabling the pane and enabling it once again, text looks etched. The below worked fine in LWW 4.4.5. Can anybody confirm, please? ---------- (setq p (capi:contain (make-instance 'capi:title-pane :text "Test title:"))) (capi:apply-in-pane-process p (lambda (p value) (setf (capi:simple-pane-enabled p) value)) p nil) (capi:apply-in-pane-process p (lambda (p value) (setf (capi:simple-pane-enabled p) value)) p t) -- Sincerely, Dmitriy Ivanov lisp.ystok.ru