Skip to content

Commit

Permalink
Cutlist editor: Trigger a redraw of the editbar when changes are made.
Browse files Browse the repository at this point in the history
Otherwise, cut/keep marks may incorrectly stay visible when changes to
cut/keep regions are made.
  • Loading branch information
stichnot committed Dec 5, 2012
1 parent 192e850 commit 1241485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythui/mythuieditbar.cpp
Expand Up @@ -296,6 +296,7 @@ void MythUIEditBar::ClearImages(void)
{
while (m_images.size())
DeleteChild(m_images.takeFirst());
SetRedraw();
}

/**
Expand Down

0 comments on commit 1241485

Please sign in to comment.