mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
27bd2eab22
Since the vast majority of message boxes should be modal, require the parent window to be passed in, which can be nullptr for the rare case that they don't. By it being the first argument, the default arguments also don't need to be explicitly stated in most cases, and it encourages passing in a parent window handle. Fix up several message boxes that should have been modal. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
VBForm.cpp | ||
VBForm.h | ||
VBPropertiesWindow.cpp | ||
VBPropertiesWindow.h | ||
VBProperty.cpp | ||
VBProperty.h | ||
VBWidget.cpp | ||
VBWidget.h | ||
VBWidgetPropertyModel.cpp | ||
VBWidgetPropertyModel.h | ||
VBWidgetRegistry.cpp | ||
VBWidgetRegistry.h | ||
VBWidgetType.h |