mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-07 10:34:54 -06:00
.improvement of HeaderCtrl fix
git-svn-id: svn://ultimatepp.org/upp/trunk@9678 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a155b38d45
commit
f6fc1547bf
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ void HeaderCtrl::Paint(Draw& w) {
|
|||
}
|
||||
Column h;
|
||||
h.header = this;
|
||||
h.Paint(first, w, x, 0, sz.cx - x, sz.cy, false, false, false);
|
||||
h.Paint(first, w, x, 0, sz.cx - x + 5, sz.cy, false, false, false);
|
||||
if(isdrag) {
|
||||
w.DrawImage(dragx + dragd, 0, dragtab);
|
||||
DrawVertDrop(w, IsNull(dx) ? sz.cx - 2 : dx - (dx > 0), 0, sz.cy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue