mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib: ArrayCtrl: Fixed issue with popup info
git-svn-id: svn://ultimatepp.org/upp/trunk@10142 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c6bbb01efe
commit
ec4fa1bac2
1 changed files with 2 additions and 1 deletions
|
|
@ -1691,7 +1691,8 @@ void ArrayCtrl::SyncInfo()
|
|||
Value q;
|
||||
const Display& d = GetCellInfo(c.y, c.x, HasFocusDeep(), q, fg, bg, st);
|
||||
int cw = r.Width();
|
||||
SpanWideCell(d, q, cm, cw, r, c.y, c.x);
|
||||
if(spanwidecells)
|
||||
SpanWideCell(d, q, cm, cw, r, c.y, c.x);
|
||||
if(r.Contains(p)) {
|
||||
info.Set(this, r, q, &d, fg, bg, st, cm);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue