Some buf fixes and small enhancements

This commit is contained in:
2025-08-28 19:33:38 +02:00
parent be20826ab5
commit 7d8ce221fd
3 changed files with 92 additions and 22 deletions

View File

@@ -27,5 +27,6 @@ class OneValue(Page):
if self.ref1.value:
ctx.show_text(self.ref1.format())
else:
ctx.show_text(self.placeholder)
#print(dir(self.bd))
ctx.show_text("---") # self.bd.getPlaceholder())
ctx.stroke()