Fix build with Wt < 3.3.7
This commit is contained in:
@@ -91,7 +91,10 @@ Filters::showDialog()
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
dialog->setModal(true);
|
dialog->setModal(true);
|
||||||
|
#if WT_VERSION >= 0x030307
|
||||||
dialog->setMovable(false);
|
dialog->setMovable(false);
|
||||||
|
#endif
|
||||||
|
|
||||||
dialog->setResizable(false);
|
dialog->setResizable(false);
|
||||||
dialog->setClosable(false);
|
dialog->setClosable(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user