Song editor: fix jittery tracks bug (issue #286)

This commit is contained in:
Vesa
2014-03-08 11:43:05 +02:00
parent 31fa7ca061
commit 0947bcf70f
3 changed files with 16 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
* TrackContainerView.h - view-component for TrackContainer
*
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
*
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
*
* This program is free software; you can redistribute it and/or
@@ -23,8 +23,8 @@
*/
#ifndef _TRACK_CONTAINER_VIEW_H
#define _TRACK_CONTAINER_VIEW_H
#ifndef TRACK_CONTAINER_VIEW_H
#define TRACK_CONTAINER_VIEW_H
#include <QtCore/QVector>
#include <QtGui/QScrollArea>