new KeyframePropertiesDialog is now accessible from any KeyframeViewBase derivative

This commit is contained in:
itsmattkc
2019-12-30 16:06:13 +11:00
parent 41927512e9
commit f7dd751b54
3 changed files with 25 additions and 0 deletions
@@ -44,6 +44,8 @@ NodeKeyframePtr KeyframeViewItem::key() const
void KeyframeViewItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
{
painter->setRenderHint(QPainter::Antialiasing);
painter->setPen(Qt::black);
if (option->state & QStyle::State_Selected) {