Fix background apply leading to segfault

presentation
Ulrich Huber 7 years ago
parent c4722b6fe7
commit e95ca440dd
  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