1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Toolbar: Change the background colour of CustomisationDialog, make it configurable

This commit is contained in:
attila 2024-01-10 15:45:05 +01:00
parent 3f52b29432
commit 31dfb05ea3
5 changed files with 30 additions and 2 deletions

View file

@ -2,6 +2,27 @@
# develop
## Change
The background colour of the Toolbar::CustomisationDialog has been changed from
white to a new, customisable value, that matches Toolbar::backgroundColourId by
default.
**Possible Issues**
User interfaces that use Toolbar::CustomisationDialog will render differently.
**Workaround**
You can customise the new colour using LookAndFeel::setColour() using
Toolbar::customisationDialogBackgroundColourId.
**Rationale**
Previously there was no way to customise the dialog's background colour and the
fixed white colour was inappropriate for most user interfaces.
## Change
ProfileHost::enableProfile and ProfileHost::disableProfile have been combined