Skip to content

Conversation

prodoelmit
Copy link
Contributor

Resolves: #27869

  • Stores TransposeOptions as static variable of TransposeDialog.
  • When applying transpose, saves used options to that static variable
  • Only applies to mode, direction and interval (there is more complex logic in initialization for other fields)
  • I signed the CLA
  • The title of the PR describes the problem it addresses
  • Each commit's message describes its purpose and effects, and references the issue it resolves
  • If changes are extensive, there is a sequence of easily reviewable commits
  • The code in the PR follows the coding rules
  • There are no unnecessary changes
  • The code compiles and runs on my machine, preferably after each commit individually
  • I created a unit test or vtest to verify the changes I made (if applicable)

* Stores TransposeOptions as static variable of TransposeDialog.
* When applying transpose, saves used options to that static variable
* Only applies to mode, direction and interval (there is more complex
  logic in initialization for other fields)
@prodoelmit prodoelmit force-pushed the feature-27869-restore-transpose-settings branch from e64c6a7 to 39ef90e Compare September 20, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recall last Transpose settings when reopening the Transpose window
1 participant