Created
August 12, 2015 15:09
-
-
Save loentar/b337cfe0429082d5fc70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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