Closed
Description
Tested versions
System information
Pop!_OS 22.04 LTS, GTX1060 6Gb 570.153.02
Issue description
Toggle-Button style are messed up in current upstream 3.x, it's look like default-style keep popping.
# bad: [6c3f393623621b89802f5a1bb96bfd2086add27c] Merge pull request #107545 from lawnjelly/explicit_pool_vector
git bisect bad 6c3f393623621b89802f5a1bb96bfd2086add27c
# good: [de2f0f147c5b7eff2d0f6dbc35042a4173fd59be] Bump version to 3.6-stable \o/
git bisect good de2f0f147c5b7eff2d0f6dbc35042a4173fd59be
# bad: [585909ef69cb2bac0c278da8d5dfafa3fec8956d] Merge pull request #103763 from lawnjelly/global_get_fast
git bisect bad 585909ef69cb2bac0c278da8d5dfafa3fec8956d
# bad: [c50cae23f8e8b2ec3e5325b00bad149c4d260497] Merge pull request #98843 from kilian-diener/zip-path-utf8
git bisect bad c50cae23f8e8b2ec3e5325b00bad149c4d260497
# good: [287bc6f41e3d1c1c2064c75982d65a2e7111f651] Add warning when calling `is_action_just_pressed()` from `_input()`
git bisect good 287bc6f41e3d1c1c2064c75982d65a2e7111f651
# good: [3841d76515eb6f836937eccc891bf7956cb06001] Merge pull request #98234 from timothyqiu/locale-compare-cache
git bisect good 3841d76515eb6f836937eccc891bf7956cb06001
# good: [e8b4fe3c91709bb860317fb0a024627e820dfa1c] Merge pull request #98300 from timothyqiu/tree-coordinate-3.x
git bisect good e8b4fe3c91709bb860317fb0a024627e820dfa1c
# bad: [c31800bcdef2afe2855f984ccf1843ca7686f81f] Merge pull request #98511 from timothyqiu/button-hover-pressed
git bisect bad c31800bcdef2afe2855f984ccf1843ca7686f81f
# bad: [cc11089786de6fc84a58f4b0af004997131b5b02] Fix Button not listing `hover_pressed` stylebox
git bisect bad cc11089786de6fc84a58f4b0af004997131b5b02
# first bad commit: [cc11089786de6fc84a58f4b0af004997131b5b02] Fix Button not listing `hover_pressed` stylebox
Steps to reproduce
- select current 3.x branch
- update to latest upstream
- compile template (additional flags added for speedup compilation)
scons target=release_debug tools=no optimize=size debug_symbols=no deprecated=no disable_3d=yes disable_advanced_gui=yes
- make sure compiled
- export build (or run web build)
- click button
- hover button
Minimal reproduction project (MRP)
Metadata
Metadata
Assignees
Type
Projects
Status
Done