Skip to content

Commit

Permalink
Fix missing updateAll.
Browse files Browse the repository at this point in the history
This one was missed in google#2643.
  • Loading branch information
pmuetschard committed May 1, 2019
1 parent e25fa11 commit d552056
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 d552056

Please sign in to comment.