Skip to content

Commit

Permalink
Merged revision(s) 22437 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] Pattern tab: Upon data entry, the status bar display was not updated unless playback was running.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@22439 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Dec 1, 2024
1 parent ed73aa8 commit 442e577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mptrack/View_pat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2997,6 +2997,7 @@ bool CViewPattern::DataEntry(bool up, bool coarse)

SetModified(false);
InvalidatePattern();
UpdateIndicator();

if(column == PatternCursor::noteColumn && m_Selection.GetNumChannels() == 1 && m_Selection.GetNumRows() == 1 && (TrackerSettings::Instance().m_dwPatternSetup & PATTERN_PLAYTRANSPOSE))
{
Expand Down

0 comments on commit 442e577

Please sign in to comment.