Skip to content

Commit

Permalink
- fixes #699
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Aug 26, 2024
1 parent e48664a commit 2b7638e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ public GuiDownloads(Daten aDaten, MediathekGui mediathekGui) {

if (Taskbar.isTaskbarSupported())
setupTaskbarMenu();

tabelle.getTableHeader().setReorderingAllowed(false);
}

private void setupDownloadListStatusBar() {
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/mediathek/gui/tabs/tab_film/GuiFilme.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ public GuiFilme(Daten aDaten, MediathekGui mediathekGui) {
MessageBus.getMessageBus().subscribe(this);

setupActionListeners();

tabelle.getTableHeader().setReorderingAllowed(false);
}

private void createToolBar() {
Expand Down

0 comments on commit 2b7638e

Please sign in to comment.