Skip to content

Commit

Permalink
Added switchable visibility of hint for GlobalSearchBar
Browse files Browse the repository at this point in the history
  • Loading branch information
calixtus committed May 18, 2019
1 parent 1fa6028 commit fc934b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ private void updateAfterPreferenceChanges() {
XmpPreferences xmpPreferences = prefs.getXMPPreferences();
Globals.exportFactory = ExporterFactory.create(customExporters, layoutPreferences, savePreferences, xmpPreferences);
prefs.updateEntryEditorTabList();
frame.getGlobalSearchBar().updateHintVisibility();
}

private void storeAllSettings() {
Expand All @@ -247,6 +248,7 @@ private void storeAllSettings() {
GUIGlobals.updateEntryEditorColors();
frame.setupAllTables();
dialogService.notify(Localization.lang("Preferences recorded."));
updateAfterPreferenceChanges();
}

public void setValues() {
Expand Down

0 comments on commit fc934b5

Please sign in to comment.