mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
For for Component::beginDragAutoRepeat(). Fix for ppc atomics compilation. Fix for jucer image code generation.
This commit is contained in:
parent
216d258ceb
commit
bd4df346bc
9 changed files with 31 additions and 49 deletions
|
|
@ -919,7 +919,7 @@ private:
|
|||
//==============================================================================
|
||||
void TreeView::showDragHighlight (TreeViewItem* item, int insertIndex, int x, int y) throw()
|
||||
{
|
||||
beginDragAutoRepeat (1000 / 30);
|
||||
beginDragAutoRepeat (100);
|
||||
|
||||
if (dragInsertPointHighlight == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue