mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
The previous implementation would trigger assertions in grabKeyboardFocus() when the DragImageComponent was hidden due to the target returning false from shouldDrawDragImageWhenOver(). Hiding the image would also mean that its keyboard focus was lost. Now focus is restored when the image becomes visible again. |
||
|---|---|---|
| .. | ||
| juce_ComponentDragger.cpp | ||
| juce_ComponentDragger.h | ||
| juce_DragAndDropContainer.cpp | ||
| juce_DragAndDropContainer.h | ||
| juce_DragAndDropTarget.h | ||
| juce_FileDragAndDropTarget.h | ||
| juce_LassoComponent.h | ||
| juce_MouseCursor.cpp | ||
| juce_MouseCursor.h | ||
| juce_MouseEvent.cpp | ||
| juce_MouseEvent.h | ||
| juce_MouseInactivityDetector.cpp | ||
| juce_MouseInactivityDetector.h | ||
| juce_MouseInputSource.cpp | ||
| juce_MouseInputSource.h | ||
| juce_MouseListener.cpp | ||
| juce_MouseListener.h | ||
| juce_PointerState.h | ||
| juce_SelectedItemSet.h | ||
| juce_TextDragAndDropTarget.h | ||
| juce_TooltipClient.h | ||