Skip to content

Commit

Permalink
Made editor no selection text a bit faded out.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Apr 28, 2024
1 parent 4b98f35 commit af3abdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev_uniedit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ static void uniedit_deselect( void )
window_disableButton( uniedit_wid, "btnJump" );
window_disableButton( uniedit_wid, "btnEdit" );
window_disableButton( uniedit_wid, "btnOpen" );
window_modifyText( uniedit_wid, "txtSelected", _( "No selection" ) );
window_modifyText( uniedit_wid, "txtSelected", _( "#nNo selection" ) );
window_modifyText( uniedit_wid, "txtNebula", _( "N/A" ) );
window_modifyText( uniedit_wid, "txtPresence", _( "N/A" ) );
}
Expand Down

0 comments on commit af3abdd

Please sign in to comment.