Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ScrollBar grabber mouse input ignores scroll content margins. #25

Conversation

WhalesState
Copy link

Fixes this, the grab area now will respect the left and top content margins.

image

Also ignoring the focus style content margins and using only the scroll style's one, to prevent the grabber from changing it's position when focused.

timothyqiu and others added 30 commits September 26, 2024 22:31
Move library initialization to module registration functions.

Only set library debug threshold when verbose output is enabled.

TLSv1.3 functions seems to be a bit more verbose then expected, and
generate a lot of noise. Yet, some level of debugging without
recompiling the engine would be nice. We should discuss this upstream.
…m-requirements

[Web] Update minimum requirements for emscripten to 3.1.62
…mize

Expose the optimize method of the Animation class to gdscript.
Make FileSystem dock buttons consistent
…filter_sort

Add filter & sort to editor file dialog
…min-size

Fix button text autowrap overflow when inside a container
…tips

Make `_make_custom_tooltip` receive raw tooltip for buttons with shortcut enabled
…ht_fix

Fix editing of some properties in `CodeHighlighter`
…tion-multiplayer-spawner-signals

Better description for multiplayer spawner signals
…ubmitted

Clarify when LineEdit's `text_submitted` signal is emitted
Rename `Vector4.components` -> `coord` for consistency
Disable auto translation in EditorDirDialog
…valid-icon-crash

Fix EditorFileSystem crash when fetching icons for unknown file types
Update doc/classes/ParticleProcessMaterial.xml

Co-authored-by: Hugo Locurcio <[email protected]>
Update doc/classes/ParticleProcessMaterial.xml

Co-authored-by: Hugo Locurcio <[email protected]>
C#: Generate strongly-typed method to raise signal events and fix event accessibility
…d-virtuals

GDExtension: Mark virtual function as `is_required` in `extension_api.json`
akien-mga and others added 24 commits October 4, 2024 22:43
Misc code cleanup in EditorFileDialog
Allow horizontal scrolling in Tree using Shift
…nges

Add `_resource_changed()` helper method to EditorResourcePicker
Globally remember advanced toggle in project settings
Print error on invalid `call_group()` calls
…a_billion_dollar_mistake

Fix ScrollContainer configuration warnings
…_your_editor

Add submenu support to EditorContextMenuPlugin
Fix closing Theme Editor not actually closing it
…ning_instead_of_comments

Replace comments with printed warning for Metal on x86_64
…-warning

[GraphEdit] Only print warning for connection layer deletion when justified
Configure MSAA properly in canvas renderer's pipelines.
Partially revert godotengine#96780, remove warnings from project/editor settings `_get`.
…forms

Implement instance uniforms in Compatibility renderer
Clarify SIMPLEX and SIMPLEX_SMOOTH types
Create `.editorconfig` file only on project creation
…-debug-view

Fix untyped dictionary .NET debug visualization showing keys as values
[macOS] Update Vulkan SDK install script.
@WhalesState WhalesState marked this pull request as draft October 15, 2024 08:10
@WhalesState WhalesState deleted the scroll-bar-grapper-area branch October 25, 2024 12:02
@mounirtohami mounirtohami restored the scroll-bar-grapper-area branch October 26, 2024 22:13
@mounirtohami mounirtohami deleted the scroll-bar-grapper-area branch October 26, 2024 22:14
@WhalesState WhalesState restored the scroll-bar-grapper-area branch October 26, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.