Skip to content

Commit

Permalink
TMenuView: allow having a custom help context
Browse files Browse the repository at this point in the history
  • Loading branch information
magiblot committed Oct 23, 2024
1 parent 16db8d7 commit f07e275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tvision/tmnuview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ ushort TMenuView::getHelpCtx()
if( c != 0 )
return c->current->helpCtx;
else
return hcNoContext;
return helpCtx;
}

TPalette& TMenuView::getPalette() const
Expand Down

0 comments on commit f07e275

Please sign in to comment.