diff --git a/imgui_windows_main.cpp b/imgui_windows_main.cpp index d7e5810..9e40b5b 100644 --- a/imgui_windows_main.cpp +++ b/imgui_windows_main.cpp @@ -27,7 +27,7 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); // Main code int init_imgui() { // Create application window - //ImGui_ImplWin32_EnableDpiAwareness(); + ImGui_ImplWin32_EnableDpiAwareness(); wc = { sizeof(wc), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(nullptr), nullptr, nullptr, nullptr, nullptr, L"Arona", nullptr }; ::RegisterClassExW(&wc); std::string window_title = get_window_title();