Skip to content

Better retina support#1446

Merged
Grantim merged 6 commits intomasterfrom
Better_retina_support
Jul 19, 2023
Merged

Better retina support#1446
Grantim merged 6 commits intomasterfrom
Better_retina_support

Conversation

@Grantim
Copy link
Contributor

@Grantim Grantim commented Jul 19, 2023

No description provided.

@Grantim Grantim requested review from Fedr and MaxRayskiy July 19, 2023 13:57
ImGui::GetIO().DisplaySize = ImVec2( float( viewer->framebufferSize.x ), float( viewer->framebufferSize.y ) );
ImGui::GetIO().DisplayFramebufferScale = ImVec2( 1, 1 );

if ( context_ )
Copy link
Contributor

Choose a reason for hiding this comment

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

please add some comment, why do we need this?

@Grantim Grantim merged commit 19bc433 into master Jul 19, 2023
@Grantim Grantim deleted the Better_retina_support branch July 19, 2023 14:31
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