Skip to content

Commit

Permalink
Background colour menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Oct 13, 2024
1 parent 7267296 commit abbe497
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BinxelviewForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions BinxelviewForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1815,6 +1815,11 @@ private void horizontalLayoutOptionsMenuItem_Click(object sender, EventArgs e)
redrawPixels();
}

private void backgroundOptionsMenuItem_Click(object sender, EventArgs e)
{
bgBox_Click(sender, e);
}

private void gridOptionsMenuItem_Click(object sender, EventArgs e)
{
hidegrid = !hidegrid;
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ Changes
- Fix image loaded as palette not releasing file handle.
- Remember last used file type filter from the load palette dialog.
- Removed default preset, as persistent options will remember your last preset instead.
- Added redundant menu option for background colour, to find easier and be keyboard accessible.
- Palette load option for common VGA format. (Contributor: foone)
- Microsoft RIFF palette support.
- GB CHR 8px preset. (Contributor: Lord-Nightmare)
Expand Down

0 comments on commit abbe497

Please sign in to comment.