Commit db2102d3 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: don't rebuild the playlist table unnecessarily often (close #12430, refs #9960)

(cherry picked from commit 52b64b0567338913bc43a4e013ad20f2bbda8be3)
parent bd2c4b17
......@@ -1302,9 +1302,9 @@ static bool f_appExit = false;
[o_playlist updateRowSelection];
[o_mainwindow updateWindow];
[o_mainwindow updateName];
[self updateDelays];
[self updateMainMenu];
[self playlistUpdated];
/*
* Due to constraints within NSAttributedString's main loop runtime handling
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment