Skip to content

Commit

Permalink
defaultOption was not setting background_raw
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Oct 13, 2024
1 parent 457276b commit 935f1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BinxelviewForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ void defaultOption()
zoom = 2;
hidegrid = false;
background = SystemColors.Control;
background_raw = background.ToArgb();
palette_mode = PaletteMode.PALETTE_RGB;
decimal_position = false;
snap_scroll = true;
Expand Down

0 comments on commit 935f1bc

Please sign in to comment.