Skip to content

Commit

Permalink
fixed palette from canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Mar 26, 2024
1 parent f910fc4 commit d1f843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/new_palette_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, window, palette_chars=''):

self.palette_chars = palette_chars

# self.palette_chars_buffer.set_text(self.palette_chars)
self.palette_chars_buffer.set_text(self.palette_chars)

@Gtk.Template.Callback("on_add_clicked")
def on_add_clicked(self, btn):
Expand Down

0 comments on commit d1f843a

Please sign in to comment.