Skip to content

Instantly share code, notes, and snippets.

@loentar
Created August 12, 2015 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loentar/b337cfe0429082d5fc70 to your computer and use it in GitHub Desktop.
Save loentar/b337cfe0429082d5fc70 to your computer and use it in GitHub Desktop.
diff --git a/brushlib b/brushlib
index 96af9e5..ada9924 160000
--- a/brushlib
+++ b/brushlib
@@ -1 +1 @@
-Subproject commit 96af9e5aa1938dd72d1d71515b40aebe5b354141
+Subproject commit ada992407c155809d5f8a5294221b27edd1a825d
diff --git a/gui/layerswindow.py b/gui/layerswindow.py
index a8dcc1d..ed0ca65 100644
--- a/gui/layerswindow.py
+++ b/gui/layerswindow.py
@@ -191,7 +191,8 @@ class LayersTool (SizedVBoxToolWidget):
list_tools = inline_toolbar(
self.app,
[
- ("NewPaintingLayerAbove", "mypaint-add-symbolic"),
+ ("NewLayerGroupAbove", "mypaint-layer-group-symbolic"),
+ ("NewPaintingLayerAbove", "mypaint-layer-new-symbolic"),
("RemoveLayer", "mypaint-remove-symbolic"),
("RaiseLayerInStack", "mypaint-up-symbolic"),
("LowerLayerInStack", "mypaint-down-symbolic"),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment