diff --git a/Userland/Applications/PixelPaint/ImageEditor.cpp b/Userland/Applications/PixelPaint/ImageEditor.cpp index afcedbef02..149bed3aa7 100644 --- a/Userland/Applications/PixelPaint/ImageEditor.cpp +++ b/Userland/Applications/PixelPaint/ImageEditor.cpp @@ -497,6 +497,8 @@ void ImageEditor::set_active_layer(Layer* layer) if (on_active_layer_change) on_active_layer_change({}); } + if (m_show_active_layer_boundary) + update(); } ErrorOr ImageEditor::add_new_layer_from_selection()