diff --git a/toonz/sources/toonz/filebrowsermodel.cpp b/toonz/sources/toonz/filebrowsermodel.cpp index 35e1ded..3105416 100644 --- a/toonz/sources/toonz/filebrowsermodel.cpp +++ b/toonz/sources/toonz/filebrowsermodel.cpp @@ -975,7 +975,7 @@ void DvDirModelNetworkNode::refreshChildren() { err = WNetEnumResource(enumHandle, &count, buffer, &bufferSize); if (err == NO_ERROR) { - for (int i = 0; i < count; ++i) { + for (DWORD i = 0; i < count; ++i) { // Only list disk-type devices - in any case, the remote (UNC) name // should exist if (buffer[i].dwType == RESOURCETYPE_DISK && buffer[i].lpRemoteName) { diff --git a/toonz/sources/toonz/icons/dark/tools/20/assistant.svg b/toonz/sources/toonz/icons/dark/tools/20/assistant.svg index 692eda7..9b3b4e3 100644 --- a/toonz/sources/toonz/icons/dark/tools/20/assistant.svg +++ b/toonz/sources/toonz/icons/dark/tools/20/assistant.svg @@ -1,13 +1,6 @@ - - - - - - - - + + + + +