Created
January 19, 2025 19:47
-
-
Save basdp/69a55227c846fdaaa85222e57dc495bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export component Demo { | |
Rectangle { | |
init => { | |
// This line crashes | |
debug(self.absolute-position.y); | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"main":"main.slint","mappings":{},"slint_version":"1.9.2"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment