diff --git a/src/apps/overlayimage/OverlayView.cpp b/src/apps/overlayimage/OverlayView.cpp index c7bdda35be..5b9ff38237 100644 --- a/src/apps/overlayimage/OverlayView.cpp +++ b/src/apps/overlayimage/OverlayView.cpp @@ -49,6 +49,7 @@ OverlayView::OverlayView(BRect frame) "Drag the replicant to the Desktop."); fText->SetText(text); fText->SetAlignment(B_ALIGN_CENTER); + fText->MakeEditable(false); fText->MakeSelectable(false); fText->MoveBy(0, (Bounds().bottom - fText->TextRect().bottom) / 2); }