mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.cosmetics
This commit is contained in:
parent
f6f0ecc8fa
commit
3bfa2b4b6f
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue