diff --git a/toonz/sources/toonz/filmstrip.cpp b/toonz/sources/toonz/filmstrip.cpp index ec00be4..52890a3 100644 --- a/toonz/sources/toonz/filmstrip.cpp +++ b/toonz/sources/toonz/filmstrip.cpp @@ -875,7 +875,7 @@ void FilmstripFrames::keyPressEvent(QKeyEvent *event) { return; m_selection->selectNone(); - m_selection->select(fh->getFid()); + if (getLevel()) m_selection->select(fh->getFid()); int index = fid2index(fh->getFid()); if (index >= 0) exponeFrame(index); }