Skip to content

Commit

Permalink
Develop (#98)
Browse files Browse the repository at this point in the history
* fixing zap gremlins and windows release
* removing incorrect keyboard shortcuts from helpwindow
  • Loading branch information
wkjarosz authored Dec 29, 2022
1 parent 54672a4 commit b938950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ void Tool::add_shortcuts(HelpWindow *w)
{
w->add_shortcut(section_name, "E / Shift+E", "Decrease/Increase Exposure");
w->add_shortcut(section_name, "G / Shift+G", "Decrease/Increase Gamma");
w->add_shortcut(section_name, "R", "Reset tonemapping");
w->add_shortcut(section_name, "N", "Normalize Image to [0,1]");
// w->add_shortcut(section_name, "R", "Reset tonemapping");
// w->add_shortcut(section_name, "N", "Normalize Image to [0,1]");
}

section_name = "Tools";
Expand Down

0 comments on commit b938950

Please sign in to comment.