Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HDE Mod] RMG: Fix RMG dialog element visibility for non-standard DPI settings #1

Closed
potmdehex opened this issue Aug 23, 2015 · 1 comment

Comments

@potmdehex
Copy link
Owner

The RMG dialog is modified at run-time using code which does not account for e.g 125% or 150% DPI set in Windows settings. This means users with such settings will see an incorrectly displayed RMG dialog where elements overlap and/or are not shown.

Code & comment:
https://github.com/potmdehex/homm3tools/blob/master/map_editor/maped_rmg/rmgdialog_fix.c#L206

Done definition:
RMG dialog should display properly regardless of Windows DPI settings.

This issue was reported by DaNinja, Hightower and xiaotang923.

@potmdehex potmdehex changed the title Fix RMG dialog element visibility for non-standard DPI settings [HDE Mod] RMG: Fix RMG dialog element visibility for non-standard DPI settings Aug 23, 2015
@potmdehex
Copy link
Owner Author

Fixed in branch rmgdialog-dpifix:
https://github.com/potmdehex/homm3tools/tree/rmgdialog-dpifix

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

No branches or pull requests

1 participant