1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

10 commits

Author SHA1 Message Date
ed
4985df9b5d Fixed a bug in MultiChoicePropertyComponent causing the tick colours to not be updated with L&F changes 2019-05-15 10:41:02 +01:00
ed
35890478a3 Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object 2018-11-16 15:53:29 +00:00
ed
3ccbd29b39 Fixed some uninitialised ValueWithDefault pointers in the ChoicePropertyComponents 2018-11-10 13:57:03 +00:00
ed
87a89e71e8 Fixed a crash that could occur due to ValueWithDefault::onChange calling a deleted PropertyComponent object 2018-10-24 11:15:16 +01:00
ed
9c17e6172a Ensure that MultiChoicePropertyComponent colours are visible 2018-04-19 14:33:55 +01:00
ed
97a4084804 Ensure that the expand button remains visible in MultiChoicePropertyComponent when expanding/shrinking the choice list 2018-04-10 11:21:35 +01:00
ed
c70d321007 Fixed a positioning bug in MultiChoicePropertyComponent 2018-03-28 18:33:37 +01:00
ed
51ff1daf60 Various improvements to MultiChoicePropertyComponent such as setting a max number of selectable values and displaying the default values 2018-03-28 15:57:16 +01:00
ed
a7b6f55885 Ensure that the underlying var array controlled by MultiChoicePropertyComponent is sorted and that its toggle buttons are updated if the default changes 2018-03-23 16:21:15 +00:00
ed
404838a99f Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it 2018-03-22 15:04:53 +00:00