Skip to content

Conversation

ABSitf
Copy link
Contributor

@ABSitf ABSitf commented Oct 10, 2025

No description provided.

Comment on lines 536 to 538
float width = ImGui::GetContentRegionAvail().x + ImGui::GetCursorPos().x;
int countInColumn = 11;
float heightStep = ImGui::GetWindowContentRegionMax().y / countInColumn;
float heightStep = ( ImGui::GetContentRegionAvail().y + ImGui::GetCursorPos().y ) / countInColumn;
Copy link
Contributor

Choose a reason for hiding this comment

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

mb we should introduce our own function for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

Comment on lines 307 to 309
ImGui::Dummy( tooltipSize );
ImGui::SetCursorPos( { 0, 0 } );
spdlog::info( "{}, {}", ImGui::GetCurrentWindow()->Size.x, ImGui::GetCurrentWindow()->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.

is it debug code?

@ABSitf ABSitf merged commit 9f304eb into master Oct 14, 2025
41 checks passed
@ABSitf ABSitf deleted the i6268_update_imgui_to_1.91.9 branch October 14, 2025 23:57
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.

3 participants