From f3a062c9de3cbed36d767455e2aaf50777813177 Mon Sep 17 00:00:00 2001 From: flurick Date: Nov 25 2022 13:43:28 +0000 Subject: Disable icon ChessBackground (accidentally also for filebrowser) --- diff --git a/toonz/sources/toonzqt/icongenerator.cpp b/toonz/sources/toonzqt/icongenerator.cpp index d0c4c5e..fc9a039 100644 --- a/toonz/sources/toonzqt/icongenerator.cpp +++ b/toonz/sources/toonzqt/icongenerator.cpp @@ -1086,9 +1086,9 @@ Qt::transparent) bbox = (bbox * icon->getBounds()) .enlarge(-1); // Add a 1 pixel transparent margin - this - if (bbox.getLx() > 0 && - bbox.getLy() > 0) // way the actual content doesn't look trimmed. - ::makeChessBackground(icon->extract(bbox)); + //if (bbox.getLx() > 0 && + // bbox.getLy() > 0) // way the actual content doesn't look trimmed. + // ::makeChessBackground(icon->extract(bbox)); } else icon->fill(TPixel32(255, 0, 0));