diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 11:27:00 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 11:27:00 +0200 |
| commit | 0e56395aaa46359974a5eb21acaab32b2ea02a0f (patch) | |
| tree | a245b641d3ff6deeabe411fa052d6b22b635726f /docs | |
| parent | 48d1781fed3f9ea5cfd2b270bd92fd2826605636 (diff) | |
| download | krino-10261eb4eb785b49e57e2142228c49dcdf4592b0.tar.gz krino-10261eb4eb785b49e57e2142228c49dcdf4592b0.zip | |
gui: an exclude is not a rule - the form no longer assumes onev0.0.11
Selecting the exclude row in Forms panicked: newFormEditor read the
form's rule for its when, name, action and stop, and an exclude has
only the when. The editor now takes the conditions from whichever of
the two the form holds and leaves out the fields an exclude has not
got. Checklist item 49 covers it.
Also the 0.0.11 changelog and README, and header floors wide enough
that the age heading is not clipped.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gui-checklist.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gui-checklist.md b/docs/gui-checklist.md index 3eaeb60..4b646b2 100644 --- a/docs/gui-checklist.md +++ b/docs/gui-checklist.md @@ -146,3 +146,5 @@ A dialog is its own window: take it by its own id, not the main window's. 48. A rule's conditions are a tree: and / or / not hold the conditions indented under them, "+" adds a test or an operator under a line, "-" takes one out, and saving writes the same nesting back. +49. Selecting the exclude row in Forms opens its conditions like a rule's, + with no name, action or `(stop)`, and the window does not fall over. |
