Project

General

Profile

Actions

Bug #10356

open

The "resizable" property of a WDialog cannot be reset

Added by Andreas Frolov almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/16/2022
Due date:
% Done:

0%

Estimated time:

Description

auto dialog = std::make_unique<Wt::WDialog>();
dialog->setResizable(true);
dialog->setResizable(false);
dialog->exec();

in this case a resize handle disappears but the dialog remains resizable.

No data to display

Actions

Also available in: Atom PDF