mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-01 07:42:40 -06:00
Fixed issue with HeaderCtrl crashing in Linux
git-svn-id: svn://ultimatepp.org/upp/trunk@9677 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e1b64aeb46
commit
f10c78ee68
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, 99999, sz.cy, false, false, false);
|
||||
h.Paint(first, w, x, 0, sz.cx - x, 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