Commit 52b64b05 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)

parent cea54034
......@@ -1311,9 +1311,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