aCuria

Results 2 issues of aCuria

When windows dpi scaling is respected, for example: ``` static float scale = 1.0; auto currentMonitorScale = getWindow().getCurrentMonitorContentScale(); // this is glfwGetWindowContentScale() if (currentMonitorScale.y != scale) { ImGui::GetStyle().ScaleAllSizes(currentMonitorScale.y / scale);...

I realized that using {{< youtube ...>}} inside a {{< tab ... >}} does not work for some reason. It does work outside the tab.