mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
fix: Popups sometimes not appearing centered on the main window
This commit is contained in:
@@ -334,7 +334,7 @@ namespace hex {
|
||||
|
||||
static ImVec2 s_mainWindowPos;
|
||||
static ImVec2 s_mainWindowSize;
|
||||
void setMainWindowPosition(u32 x, u32 y) {
|
||||
void setMainWindowPosition(i32 x, i32 y) {
|
||||
s_mainWindowPos = ImVec2(x, y);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user