diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index a13adbf5d4..e940bc69c5 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,7 +1,6 @@ + 0.84: - default font should not be monospaced -- better looking status bar - new browser: - show currently selected vocab & words - scroll to existing won't work diff --git a/library/ui/gadgets.factor b/library/ui/gadgets.factor index cda8a910b9..bcc46721b0 100644 --- a/library/ui/gadgets.factor +++ b/library/ui/gadgets.factor @@ -99,11 +99,6 @@ M: gadget children-on nip gadget-children ; : set-gadget-delegate ( delegate gadget -- ) dup pick [ set-gadget-parent ] each-child-with set-delegate ; -! Pointer help protocol -GENERIC: gadget-help - -M: gadget gadget-help drop f ; - : with-gadget ( gadget quot -- ) [ swap gadget set call ] with-scope ; inline diff --git a/library/ui/gadgets/presentations.factor b/library/ui/gadgets/presentations.factor index 1e58c7b2ac..ced75cbca0 100644 --- a/library/ui/gadgets/presentations.factor +++ b/library/ui/gadgets/presentations.factor @@ -163,7 +163,11 @@ M: pack stream-close drop ; M: paragraph stream-close drop ; : gadget-write ( string gadget -- ) - over empty? [ 2drop ] [ >r