diff --git a/toonz/sources/toonzqt/styleselection.cpp b/toonz/sources/toonzqt/styleselection.cpp index 1e55ea9..cf39024 100644 --- a/toonz/sources/toonzqt/styleselection.cpp +++ b/toonz/sources/toonzqt/styleselection.cpp @@ -568,7 +568,7 @@ void TStyleSelection::selectNone() { //------------------------------------------------------------------- bool TStyleSelection::isEmpty() const { - return m_pageIndex < 0 && m_styleIndicesInPage.empty(); + return m_pageIndex < 0 || m_styleIndicesInPage.empty(); } //-------------------------------------------------------------------