Skip to content

Commit

Permalink
Update src/magic.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Kenshut and github-actions[bot] authored Oct 26, 2023
1 parent a66031b commit 669537b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/magic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@ class spellcasting_callback : public uilist_callback
LINE_XXOX );
for( int i = 1; i < menu->w_height - 1; i++ ) {
mvwputch( menu->window, point( menu->w_width - menu->pad_right, i ), c_magenta, LINE_XOXO );
mvwputch( menu->window, point( menu->w_width - menu->pad_right + 1, i ), menu->text_color, space );
mvwputch( menu->window, point( menu->w_width - menu->pad_right + 1, i ), menu->text_color, space );
}
std::string ignore_string = casting_ignore ? _( "Ignore Distractions" ) :
_( "Popup Distractions" );
Expand Down

0 comments on commit 669537b

Please sign in to comment.