Actions
Bug #3913
closedLoadPolicy passed into constructor of WMenuItem not obeyed
Start date:
03/23/2015
Due date:
% Done:
0%
Estimated time:
Description
In WMenuItem.C, I think the line,
setContents(contents);
in the WMenuItem::create function (line # 85) should actually be
setContents(contents,policy);
Without this it appears PreLoading does not actually happen (at least for WTabWidget I tested).
Updated by Koen Deforche over 9 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
Updated by Benoit Daccache over 9 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 9 years ago
- Status changed from Resolved to Closed
Actions