Gimp.Image.prototype.thaw_layers

function thaw_layers(): Boolean {
    // Gjs wrapper for gimp_image_thaw_layers()
}
  

Thaw the image's layer list.

This procedure thaws the layer list of the image, re-enabling updates to the Layers dialog.

This procedure should match a corresponding call to Gimp.Image.prototype.freeze_layers.

Since 2.10.2

Returns

TRUE on success.