CoreTaxxe
CoreTaxxe
Big font_size crashes kivy/python process with exit code -1073741784 (0xC0000028) STATUS_BAD_STACK
**Software Versions** * Python: 3.9.5 * OS: Windows 11 (10.0.22000) * Kivy: 2.1.0 * Kivy installation method: pip **Describe the bug** It might be related to https://github.com/kivy/kivy/issues/7899. Setting a big...
Fixes https://github.com/kivy/kivy/issues/8136 Maintainer merge checklist * [ ] Title is descriptive/clear for inclusion in release notes. * [ ] Applied a `Component: xxx` label. * [ ] Applied the `api-deprecation`...
**Software Versions** * Python: 3.10 * OS: Windows 11 * Kivy: master * Kivy installation method: pip git **Describe the bug** When binding to "on_textinput" to a Keyboard instance the...
**Software Versions** * Python: 3.11.5 * OS: Win11 * Kivy: 2.3.0 * Kivy installation method: pip **Describe the bug** When using Window.custom_titlebar = True Window.maximize() The Window gets positioned "off...
Fixes https://github.com/kivy/kivy/issues/2397 and https://github.com/kivy/kivy/issues/4577 Previosly `on_stop` - or App.`_stop` in general - would be triggered twice if an `App` instance was used in combination with `App.run` and `App.stop`. This was...
Adds a frame option to the Timer node. This is useful for frame-timed games such as doom-likes or tick-games. I'm uncertain about using wait_time as fake ints for frame counting...
**Describe the bug** Wrong spelling in folder name for default groundplane asset. **Steps to reproduce** 1. Open Pick Asset dialogue 2. Navigate to "O3DE\25.10\Gems\AtomLyIntegration\CommonFeatures\Assets\Objects\Groudplane" **Expected behavior** "Groundplane" **Actual behavior** "Groudplane"...