Update tool icons to all use the same underlying "cube" shape and add bracing for structural icon and background walls for spatial icon.

This commit is contained in:
Dion Moult
2023-07-08 22:55:45 +10:00
parent 81504ebb29
commit 17d9ddd57d
6 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -252,7 +252,8 @@ class file(object):
self.future = []
self.transaction = None
file_dict[self.file_pointer()] = self
# Temporarily commented out until bot builds are available and tested to prevent user bugs.
# file_dict[self.file_pointer()] = self
def set_history_size(self, size):
self.history_size = size