Actions
Bug #1426
closedsetRowHeaderCount in WTableView
Start date:
09/06/2012
Due date:
% Done:
0%
Estimated time:
Description
The method setRowHeaderCount () in WTableView apparently has an undocumented side effect.
During initialization, but after the call to setRowHeaderCount, which is the first call,
as requested in the documentation ("this property must be set before any other settings of the view"),
rows indices are as expected, but during signal handling I have to substract the value of RowHeaderCount
from the column index and the last column of the table is invisible.
Updated by Koen Deforche about 12 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.2.3
Updated by Koen Deforche about 12 years ago
- Target version changed from 3.2.3 to 3.3.0
Updated by Koen Deforche about 12 years ago
- Project changed from JWt to Wt
- Target version deleted (
3.3.0)
Updated by Koen Deforche almost 12 years ago
- Status changed from InProgress to Resolved
- Target version set to 3.3.0
Updated by Koen Deforche almost 12 years ago
- Status changed from Resolved to Closed
Actions