Skip to content

Commit

Permalink
Fix stax screen (#143)
Browse files Browse the repository at this point in the history
* fix screen display for Stax

* bump version
  • Loading branch information
abenso authored Aug 19, 2024
1 parent 4b60244 commit 50df5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/ui/view_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static const char *shortcut_value = SHORTCUT_VALUE;
#if defined(TARGET_STAX) || defined(TARGET_FLEX)
#ifdef NB_MAX_DISPLAYED_PAIRS_IN_REVIEW
#undef NB_MAX_DISPLAYED_PAIRS_IN_REVIEW
#define NB_MAX_DISPLAYED_PAIRS_IN_REVIEW 5
#define NB_MAX_DISPLAYED_PAIRS_IN_REVIEW 6
#endif
#endif

Expand Down
2 changes: 1 addition & 1 deletion include/zxversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

#define ZXLIB_MAJOR 28
#define ZXLIB_MINOR 0
#define ZXLIB_PATCH 5
#define ZXLIB_PATCH 6

0 comments on commit 50df5b5

Please sign in to comment.