summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/lpe-fillet-chamfer-properties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/lpe-fillet-chamfer-properties.cpp')
-rw-r--r--src/ui/dialog/lpe-fillet-chamfer-properties.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/dialog/lpe-fillet-chamfer-properties.cpp b/src/ui/dialog/lpe-fillet-chamfer-properties.cpp
index 6d19f9090..0d5f7332d 100644
--- a/src/ui/dialog/lpe-fillet-chamfer-properties.cpp
+++ b/src/ui/dialog/lpe-fillet-chamfer-properties.cpp
@@ -27,8 +27,8 @@ namespace UI {
namespace Dialogs {
FilletChamferPropertiesDialog::FilletChamferPropertiesDialog()
- : _desktop(NULL),
- _knotpoint(NULL),
+ : _desktop(nullptr),
+ _knotpoint(nullptr),
_position_visible(false),
_close_button(_("_Cancel"), true)
{
@@ -104,7 +104,7 @@ FilletChamferPropertiesDialog::FilletChamferPropertiesDialog()
FilletChamferPropertiesDialog::~FilletChamferPropertiesDialog()
{
- _setDesktop(NULL);
+ _setDesktop(nullptr);
}
void FilletChamferPropertiesDialog::showDialog(
@@ -169,7 +169,7 @@ void FilletChamferPropertiesDialog::_apply()
void FilletChamferPropertiesDialog::_close()
{
- _setDesktop(NULL);
+ _setDesktop(nullptr);
destroy_();
Glib::signal_idle().connect(
sigc::bind_return(