Skip to content

Conversation

@Grantim
Copy link
Contributor

@Grantim Grantim commented Oct 3, 2025

No description provided.

@Grantim Grantim requested review from ABSitf and Fedr October 3, 2025 13:08
else if ( nextFrameFixScroll_ )
{
nextFrameFixScroll_ = false;
float absPos = prevScrollInfo_.absLinePosRatio * window->ContentSize.y - window->Scroll.y;// / window->Size.y;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why commented?

Comment on lines 145 to 147
// flag to know if we are dragging objects now or not
bool dragModeTrigger_{ false }; // either just started, or just stopped
bool dragObjectsMode_{ false };
Copy link
Contributor

@ABSitf ABSitf Oct 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

location of comments seems a bit strange

    // flags to know if we are dragging objects now or not
    bool dragObjectsMode_{ false };
    bool dragModeTrigger_{ false }; // either just started, or just stopped

@Grantim Grantim merged commit 061b864 into master Oct 3, 2025
28 checks passed
@Grantim Grantim deleted the improve_scroll_upadte_in_scene_tree_panel branch October 3, 2025 14:20
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.

4 participants