From 0e56395aaa46359974a5eb21acaab32b2ea02a0f Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 17 Sep 2026 11:27:00 +0200 Subject: gui: an exclude is not a rule - the form no longer assumes one 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. --- docs/gui-checklist.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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. -- cgit v1.3