author | thufir <thufir> | 2002-10-05 17:49:18 (UTC) |
---|---|---|
committer | thufir <thufir> | 2002-10-05 17:49:18 (UTC) |
commit | 39d6aaa554efe1fbeffa3e3fe966f6d4f446c123 (patch) (side-by-side diff) | |
tree | 19924095d125fbda2d881046491b2adc5ad60398 | |
parent | fbe0200df248c5b6677483c4f42a801002bb151e (diff) | |
download | opie-39d6aaa554efe1fbeffa3e3fe966f6d4f446c123.zip opie-39d6aaa554efe1fbeffa3e3fe966f6d4f446c123.tar.gz opie-39d6aaa554efe1fbeffa3e3fe966f6d4f446c123.tar.bz2 |
fixed bug #252
-rw-r--r-- | noncore/apps/opie-sheet/ChangeLog | 4 | ||||
-rw-r--r-- | noncore/apps/opie-sheet/sheet.cpp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/opie-sheet/ChangeLog b/noncore/apps/opie-sheet/ChangeLog index d3c5c84..c12a6db 100644 --- a/noncore/apps/opie-sheet/ChangeLog +++ b/noncore/apps/opie-sheet/ChangeLog @@ -1,4 +1,8 @@ +October 05, 2002 + + - Fixed bug #252. (by thufir) + August 31, 2002 - Fixed and updated opie-sheet.pro file. (by cniehaus) diff --git a/noncore/apps/opie-sheet/sheet.cpp b/noncore/apps/opie-sheet/sheet.cpp index 2279191..be4046b 100644 --- a/noncore/apps/opie-sheet/sheet.cpp +++ b/noncore/apps/opie-sheet/sheet.cpp @@ -30,8 +30,9 @@ Sheet::Sheet(int numRows, int numCols, QWidget *parent) defaultCellData.fontColor=Qt::black; defaultCellData.font=font(); defaultCellData.borders=defaultBorders; + clicksLocked=FALSE; selectionNo=-1; setSelectionMode(QTable::Single); sheetData.setAutoDelete(TRUE); |