Actions
Bug #1815
closedWPushButton::setIcon() bug
Start date:
04/05/2013
Due date:
% Done:
0%
Estimated time:
Description
When I start my server with the '--deploy-path /wt
' option, icons for WPushButtons are not loading.
Here is my code:
WLink link("icons/icon.png");
button = new WPushButton;
button->setIcon(WLink::Url, link);
'icons' folder is located in the 'docroot' directory.
Then I start my server with these parameters:
--docroot docroot --http-address 0.0.0.0 --http-port 9090
In this case everything works fine, but when I add ---deploy-path /wt, my icons stop loading.
Forum thread about this bug: http://redmine.emweb.be/boards/2/topics/6331?r=6372
Updated by Koen Deforche over 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.1
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed
Actions