X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fsrc%2Fgtkmm%2Flayergrouptreestore.cpp;h=077436c222f68f1e74242471a6acf5d7665afdc4;hb=1631b0b7c026a3339fd5e20f5592e13c7e74fd0a;hp=6334c0924ae218c9d7df52fdcb07e9f3be609d91;hpb=d10ed147d8f3425d0e0a9be964ab43d99bc380ef;p=synfig.git diff --git a/synfig-studio/src/gtkmm/layergrouptreestore.cpp b/synfig-studio/src/gtkmm/layergrouptreestore.cpp index 6334c09..077436c 100644 --- a/synfig-studio/src/gtkmm/layergrouptreestore.cpp +++ b/synfig-studio/src/gtkmm/layergrouptreestore.cpp @@ -898,7 +898,9 @@ LayerGroupTreeStore::on_layer_status_changed(synfig::Layer::Handle handle,bool / (*iter)[model.layer]=handle; else { - synfig::warning("Couldn't find layer to be activated in layer list. Rebuilding index..."); + // Not need to send a warning when a layer changes its status and + // it is not found in any group. + //synfig::warning("Couldn't find layer to be activated in layer list. Rebuilding index..."); rebuild(); } }