mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-04 17:15:23 -06:00
CtrlLib: Reverted invalid 'fix' in ArrayCtrl::AsText
git-svn-id: svn://ultimatepp.org/upp/trunk@14145 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bcb6de6bce
commit
4a34ffb898
1 changed files with 1 additions and 1 deletions
|
|
@ -3018,7 +3018,7 @@ String ArrayCtrl::AsText(String (*format)(const Value&), bool sel,
|
|||
bool next = false;
|
||||
for(int r = 0; r < GetCount(); r++)
|
||||
if(!sel || IsSel(r)) {
|
||||
if(!next)
|
||||
if(next)
|
||||
txt << row;
|
||||
for(int i = 0; i < GetColumnCount(); i++) {
|
||||
if(i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue