Remove name showing on palette level stop frames when Implicit Hold is off

This commit is contained in:
manongjohn 2022-01-14 00:28:05 -05:00
parent d1451bc522
commit bec8358ab1

View file

@ -2894,7 +2894,7 @@ void CellArea::drawPaletteCell(QPainter &p, int row, int col,
p.drawLine(continueLine);
p.setPen(oldPen);
}
} else {
} else if(!isStopFrame) {
if (isSimpleView) {
if (!o->isVerticalTimeline()) {
// Lets not draw normal marker if there is a keyframe here