Actions
Bug #962
closedWTableView::layoutSizeChanged() is broken
Start date:
08/19/2011
Due date:
% Done:
0%
Estimated time:
Description
See also http://redmine.emweb.be/boards/2/topics/2659
My original question:
I have a WTableView widget which is layout size aware and which has its own implementation of the layoutSizeChanged method. This method is never called, unfortunately. In the log output I see 18 occurrences of this message:
[2011-Aug-16 17:18:58.725511] 19848 [/ 3UtsrwAGJYvtdj0F] [error] "decodeSignal(): signal 'offbl1e.resized' not exposed"
A reply from Koen:
The reason is that WTableView already has a custom resize handler, client-side, and therefore the one you install is being ignored. This is a bug which ought to be fixed.
Updated by Koen Deforche about 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.1.11
Hey,
It seems this was already fixed in the git repo.
Regards,
koen
Updated by Koen Deforche about 13 years ago
- Status changed from Resolved to Closed
Resolved in Wt 3.1.11
Actions