Skip to content

Commit 822cc10

Browse files
committed
#assistants: disable track preview feature
1 parent 41aa9ad commit 822cc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toonz/sources/tnztools/inputmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ void TInputManager::draw() {
757757
TToolViewer *viewer = getViewer();
758758

759759
// paint not sent sub-tracks
760-
if (debugInputManagerTracks || m_savePointsSent < (int)m_savePoints.size()) {
760+
if (debugInputManagerTracks /* || m_savePointsSent < (int)m_savePoints.size() */) {
761761
glPushAttrib(GL_ALL_ATTRIB_BITS);
762762
tglEnableBlending();
763763
tglEnableLineSmooth(true, 0.5);

0 commit comments

Comments
 (0)