Skip to content

Commit

Permalink
TrackContainerView_removing_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
szeli1 committed Dec 23, 2024
1 parent 9b4688b commit 597b705
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/editors/TrackContainerView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ void TrackContainerView::scrollToTrackView( TrackView * _tv )

void TrackContainerView::realignTracks()
{
/*
* TODO remove?
qDebug("tracksRealigned: width() = %d", width());
m_scrollArea->widget()->setFixedWidth(width());
if (fixedClips())
Expand Down Expand Up @@ -300,7 +298,6 @@ void TrackContainerView::realignTracks()
m_scrollArea->widget()->setFixedHeight(
m_scrollArea->widget()->minimumSizeHint().height());

*/
for (const auto& trackView : m_trackViews)
{
trackView->show();
Expand Down

0 comments on commit 597b705

Please sign in to comment.