mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
Change the way Text's default color is implemented
Instead of via an item constructor, implement support for default bindings in the compiler.
This commit is contained in:
parent
04e2910344
commit
ad77896312
8 changed files with 87 additions and 48 deletions
|
@ -368,11 +368,6 @@ Flickable::~Flickable()
|
|||
sixtyfps_flickable_data_free(&data);
|
||||
}
|
||||
|
||||
Text::Text()
|
||||
{
|
||||
sixtyfps_text_init(this);
|
||||
}
|
||||
|
||||
namespace private_api {
|
||||
template<int Major, int Minor, int Patch>
|
||||
struct VersionCheckHelper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue