Skip to content

Commit

Permalink
directvt#571 WIP: Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Apr 21, 2024
1 parent 5594f7f commit 45d056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netxs/desktopio/gui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace netxs::gui
{ }
void set_dpi(auto dpi)
{
auto pixelsPerDip = dpi / 96.f;
//auto pixelsPerDip = dpi / 96.f;
//surf->SetPixelsPerDip(pixelsPerDip);
log("DPI CHANGED ", dpi);
}
Expand Down

0 comments on commit 45d056e

Please sign in to comment.