Merge pull request #871 from LittleHuba/fix_background_apply

Fix page background apply leading to segfault
presentation
Ulrich Huber 7 years ago committed by GitHub
commit f045f20075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/control/PageBackgroundChangeController.cpp

@ -23,7 +23,7 @@ PageBackgroundChangeController::PageBackgroundChangeController(Control* control)
currentPageType->hideCopyPage();
currentPageType->addApplyBackgroundButton(control->getPageBackgroundChangeController(), true);
currentPageType->addApplyBackgroundButton(this, true);
registerListener(control);
}

Loading…
Cancel
Save