From 1d5bdd29910336f62f95f50fae907e164bc29498 Mon Sep 17 00:00:00 2001 From: Jeremy Bullock Date: Jun 01 2017 06:07:40 +0000 Subject: Fix click area for inbetween (#1241) --- diff --git a/toonz/sources/toonz/filmstrip.cpp b/toonz/sources/toonz/filmstrip.cpp index 52890a3..3886d64 100644 --- a/toonz/sources/toonz/filmstrip.cpp +++ b/toonz/sources/toonz/filmstrip.cpp @@ -714,7 +714,7 @@ void FilmstripFrames::mousePressEvent(QMouseEvent *event) { // inbetween else if (sl->getType() == PLI_XSHLEVEL && m_selection->isInInbetweenRange(fid) && - event->pos().x() > width() - 12 - fs_rightMargin) { + event->pos().x() > width() - 20 - fs_rightMargin) { inbetween(); } else { // move current frame when clicked without modifier