Skip to content

Commit 92cf1ac

Browse files
authored
Should update list after replacing texture
1 parent 5b70d47 commit 92cf1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def changeTextureFunc(self, value):
217217
mainFrame.listElementFun(value, self.lastActualOption)
218218

219219
mainApp.saved = False
220-
mainApp.updateTreeIcons()
220+
mainApp.updateList = True
221221
self.buttonReplace.configure(state="normal")
222222

223223
class MainFrame(customtkinter.CTkFrame):

0 commit comments

Comments
 (0)