1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/modules/juce_gui_basics/buttons
ed 5a78b06f5c Update Button state after sending click callback in Button::mouseUp()
In cases where internalClickCallback() modified the state of the button this was not being updated until the next call to updateState(). Calling it a second time after the click callback will make sure the state is up to date.
2021-07-12 09:36:46 +01:00
..
juce_ArrowButton.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_ArrowButton.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_Button.cpp Update Button state after sending click callback in Button::mouseUp() 2021-07-12 09:36:46 +01:00
juce_Button.h Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_DrawableButton.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_DrawableButton.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_HyperlinkButton.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_HyperlinkButton.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ImageButton.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_ImageButton.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ShapeButton.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ShapeButton.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_TextButton.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_TextButton.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ToggleButton.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ToggleButton.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ToolbarButton.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ToolbarButton.h Updated all license headers 2020-06-29 08:30:22 +01:00