Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

move-and-resize-sheet definition #1311

Open
admich opened this issue Sep 13, 2022 · 0 comments
Open

move-and-resize-sheet definition #1311

admich opened this issue Sep 13, 2022 · 0 comments

Comments

@admich
Copy link
Collaborator

admich commented Sep 13, 2022

move-and-resize-sheet isn't defined in term of move-sheet and resize-sheet as suggested in the specification (Sec. 7.3)

(defmethod move-and-resize-sheet ((sheet basic-sheet) x y width height)
  (move-sheet sheet x y)
  (resize-sheet sheet width height))

Using the specification suggestion will be better from a maintenance point of view.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant