Skip to content

Commit

Permalink
fixup if remoting, can call ScaleAllSizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 17, 2024
1 parent 5791593 commit 5f57263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hello_imgui/internal/backend_impls/abstract_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ void AbstractRunner::HandleDpiOnSecondFrame()
#endif

// High DPI handling on windows & linux
if (!_isDisplayingOnRemoteServer())
{
float dpiScale = params.dpiAwareParams.dpiWindowSizeFactor;
if ( dpiScale > 1.f)
Expand Down

0 comments on commit 5f57263

Please sign in to comment.