mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Removed some _DBG_..
git-svn-id: svn://ultimatepp.org/upp/trunk@573 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
22117de1c2
commit
1dca3ea398
1 changed files with 0 additions and 4 deletions
|
|
@ -742,10 +742,6 @@ Size ArrayCtrl::DoPaint(Draw& w, bool sample) {
|
|||
Color fg, bg;
|
||||
Value q;
|
||||
const Display& d = GetCellInfo(i, jj, hasfocus0, q, fg, bg, st);
|
||||
if(i == 0) { _DBG_
|
||||
DDUMP(r);
|
||||
DDUMP(w.IsPainting(r));
|
||||
}
|
||||
if(sample || w.IsPainting(r))
|
||||
if(cw < 2 * cm || editmode && i == cursor && column[jj].edit)
|
||||
d.PaintBackground(w, r, q, fg, bg, st);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue