Skip to content

Commit

Permalink
Text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed May 8, 2020
1 parent 3f980d5 commit 51ba77d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/djvViewApp/HelpSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace djv
p.menu->addSeparator();
p.menu->addAction(p.actions["About"]);

_textUpdate();

auto weak = std::weak_ptr<HelpSystem>(std::dynamic_pointer_cast<HelpSystem>(shared_from_this()));
auto contextWeak = std::weak_ptr<Context>(context);
p.actionObservers["Documentation"] = ValueObserver<bool>::create(
Expand Down

0 comments on commit 51ba77d

Please sign in to comment.