1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00
Pixelorama/src/Palette
nicejammer 9196995697
Fix certain strings not updating when language changes (#1043)
A few buttons and labels in Pixelorama weren't getting updated when changing languages, they'd just remain at the language the program started up with or only update when changing projects.

This fixes that and ensures they get updated as soon as the user changes languages.
2024-07-26 16:10:56 +03:00
..
CreatePaletteDialog.gd [skip ci] Minor static typing and docstring improvements 2024-05-11 17:02:33 +03:00
CreatePaletteDialog.tscn Fix create and edit palette dialogs being very long 2023-12-16 22:07:11 +02:00
EditPaletteDialog.gd Fix certain strings not updating when language changes (#1043) 2024-07-26 16:10:56 +03:00
EditPaletteDialog.tscn Add a variable in Global for setting file dialogs as native, and add a "FileDialogs" node group 2024-01-24 03:57:40 +02:00
Palette.gd Allow extensions to create new palettes 2024-04-19 18:50:27 +03:00
PaletteGrid.gd Fix palette swatch white border being shown on non-selected swatches, if the user has scrolled down 2024-06-03 20:36:39 +03:00
PalettePanel.gd Fix the palette swatch white border not being shown when selecting a color that exists in the active palette 2024-06-03 19:18:25 +03:00
PalettePanel.tscn Lazy load create & edit palette dialogs 2024-03-21 17:29:00 +02:00
PaletteScroll.gd Fix palette swatch highlight not being shown 2023-12-23 21:44:38 +02:00
PaletteSwatch.gd Fix palette swatch highlight not being shown 2023-12-23 21:44:38 +02:00
PaletteSwatch.tscn Make palette swatches use TransparentChecker.tscn 2023-12-23 22:03:44 +02:00