From 05ce879e69da6aca5982bf95c2f055d4baecea5b Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Thu, 13 Dec 2012 17:19:56 +0000 Subject: Use the correct style manager for creation tools --- tikzit/src/gtk/Application.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tikzit/src/gtk/Application.m') diff --git a/tikzit/src/gtk/Application.m b/tikzit/src/gtk/Application.m index 11d0cd7..7055252 100644 --- a/tikzit/src/gtk/Application.m +++ b/tikzit/src/gtk/Application.m @@ -105,8 +105,8 @@ Application* app = nil; tools = [[NSArray alloc] initWithObjects: [SelectTool tool], - [CreateNodeTool tool], - [CreateEdgeTool tool], + [CreateNodeTool toolWithStyleManager:styleManager], + [CreateEdgeTool toolWithStyleManager:styleManager], [BoundingBoxTool tool], [HandTool tool], nil]; -- cgit v1.2.3