diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index 6fd5f9969..7e4659479 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -612,7 +612,7 @@ ContentMenu::auto_crop () }); /* Update the view when something in the dialog is changed */ - _auto_crop_dialog->Changed.connect([this, update_viewer](Crop crop) { + _auto_crop_dialog->Changed.connect([update_viewer](Crop crop) { update_viewer (crop); }); } |
