Actions
Bug #4791
closedWt::WDialog::setMaximumSize() is ineffective
Start date:
03/04/2016
Due date:
% Done:
0%
Estimated time:
Description
Hey,
I'm trying to use dialog->setMaximumSize(Wt::WLength(95, Wt::WLength::Percentage), Wt::WLength(95, Wt::WLength::Percentage)); to prevent the dialog from getting hidden from the screen, however, it has no effect. It overflows from the screen from both axes, unless resize has been used.
Can this be fixed?
Updated by Koen Deforche over 8 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.6
A percentage-based maxmimum size is indeed not correctly honoured, although I agree it could and should.
Updated by Koen Deforche over 8 years ago
- Status changed from InProgress to Implemented @Emweb
Updated by Koen Deforche over 8 years ago
- Status changed from Implemented @Emweb to Closed
Actions