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

(set-default-button nil) follow-up



Following up my own message.

(set-default-button nil) does half the job. If removes the
bold border from the default button, but it still leaves it
catching returns.

To complete the job, you need to ask the owning dialog
	(setf ccl::default-buttion-iv nil)

I think all that (set-default-button nil) does is to ask
the default button of the dialog to
	(setf ccl::am-default-button nil)

Looks like a bug to me.

-ME