From 1e44a0c2d99bfd63eb4cf46842b581c3ab14223c Mon Sep 17 00:00:00 2001 From: sin-ack Date: Thu, 29 Jul 2021 20:06:55 +0000 Subject: [PATCH] LibCore: Support registration of TextWrapping properties This is basically a named boolean. --- Userland/Libraries/LibCore/Object.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Userland/Libraries/LibCore/Object.h b/Userland/Libraries/LibCore/Object.h index 1cfa64683b..c5a406b080 100644 --- a/Userland/Libraries/LibCore/Object.h +++ b/Userland/Libraries/LibCore/Object.h @@ -377,4 +377,10 @@ T* Object::find_descendant_of_type_named(String const& name) requires IsBaseOf