mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
ide: Fixed problem with debugger tooltip background
This commit is contained in:
parent
a22075e9bf
commit
e46cd032cd
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ void CodeEditor::SyncTip()
|
|||
Rect wa = GetWorkArea();
|
||||
Point p = Upp::GetMousePos();
|
||||
MouseTip mt;
|
||||
mt.background = SColorInfo();
|
||||
mt.background = Blend(SWhite(), SLtYellow());
|
||||
mt.pos = tippos;
|
||||
mt.sz.cx = min(DPI(1000), 2 * wa.GetWidth() / 3);
|
||||
if(tippos >= 0 && IsVisible() && (WhenTip(mt) || delayed_tip && DelayedTip(mt) && p == delayed_pos)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue