Allow selection while cursor is no longer hovered over child window

This commit is contained in:
Kawe Mazidjatari 2022-06-24 15:23:14 +02:00
parent 609af5e4b7
commit 88259a69ae

View File

@ -607,7 +607,7 @@ void CTextLogger::HandleMouseInputs()
bool ctrl = io.ConfigMacOSXBehaviors ? io.KeySuper : io.KeyCtrl;
bool alt = io.ConfigMacOSXBehaviors ? io.KeyCtrl : io.KeyAlt;
if (ImGui::IsWindowHovered())
if (ImGui::IsWindowFocused())
{
if (!shift && !alt)
{