Actions
Bug #788
closed
ZS
WTableView::setColumnHidden():headers_
Bug #788:
WTableView::setColumnHidden():headers_
Start date:
04/14/2011
Due date:
% Done:
0%
Estimated time:
Description
hi, wt group:
I found another prolem in the void WTableView::setColumnHidden(int column, bool hidden), that is:
row#834 *WWidget hc = headers_->widget(column);
should be:
row#834 *WWidget hc = headers_widget(column rowHeaderCount());
And by this, we should judge the column which needs to be hidden is the fixed one or not, right?
Regards
Zhimin
KD Updated by Koen Deforche over 15 years ago
ZS Updated by Zhimin Song over 15 years ago
Hey Koen,
:-)
I did not read the codes carefully:-)
Regards
zhimin
KD Updated by Koen Deforche about 15 years ago
- Target version set to 3.1.10
KD Updated by Koen Deforche about 15 years ago
- Status changed from Resolved to Closed
Actions