.cosmetics

This commit is contained in:
Mirek Fidler 2025-10-31 19:39:48 +01:00
parent f6f0ecc8fa
commit 3bfa2b4b6f

View file

@ -696,7 +696,9 @@ void Ide::Periodic()
if(debugger && debugger->IsFinished() && !IdeIsDebugLock())
IdeEndDebug();
SyncClang();
bool b = display.GetScreenRect().Contains(GetMousePos());
Rect r = display.GetScreenRect();
r.left = max(r.left, r.right - Zx(150));
bool b = r.Contains(GetMousePos());
if(fileinfo_visible != b) {
RefreshFrame(GetFileInfoRect());
fileinfo_visible = b;