Allow tooltips to show true value#98205
Conversation
|
Just found it seems I have made some serious performance degradation. I'm not sure what caused this. Convert to draft first. |
|
My commit didn't introduce the problem. I was testing on archlinux with Nvidia GPU, and the editor freezes from time to time. After tracing, I find |
|
This is editor-only fix, so the changes should be exclusive to EditorSpinSlider. You can add "true value" to EditorSpinSlider only; the downside is that |
|
So there is a problem actually. |
Fix #86371
simplescreenrecorder-2024-10-15_16.15.06.mp4
Add a new variable to store the true value. When the range is in the editor, the value_changed signal will emit if the true value changed. When the range is in game, the behavior remains the same.
editorspinslidertooltip.zip