Skip to content

Commit 836faaa

Browse files
authored
Merge pull request #28 from boriel-basic/bugs/launch-external-emulator
Bug with custom compiler parameters when no .bin was generated
2 parents 63060b8 + 7c2ce92 commit 836faaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ZXBStudio/DocumentEditors/ZXGraphics/PaletteBuilderDialog.axaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
<Grid Name="grdSelectedColor" Width="50" Height="50"></Grid>
8383
</Border>
8484

85+
<Button Name="btnColorPicker" Grid.Row="3" Grid.Column="8" IsVisible="False">Pick</Button>
86+
8587
<StackPanel Grid.Row="5" Grid.ColumnSpan="4" Orientation="Horizontal">
8688
<Button Name="btnResetPalette" Classes="dialog">Reset to default</Button>
8789
<Button Name="btnLoadPalette" Classes="dialog">Load palette</Button>

0 commit comments

Comments
 (0)