Skip to content

Commit

Permalink
Fix missing updateAll.
Browse files Browse the repository at this point in the history
This one was missed in #2643.
  • Loading branch information
pmuetschard committed May 2, 2019
1 parent cd80730 commit 7fe6d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapic/src/main/com/google/gapid/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void onCaptureLoaded(Message error) {
} else {
mainUi.stopLoading();
mainUi.getContents().updateViewMenu(findMenu(MenuItems.VIEW_ID));
getMenuBarManager().update(true);
getMenuBarManager().updateAll(true);
}
}
});
Expand Down

0 comments on commit 7fe6d7c

Please sign in to comment.