1
0
Fork 0
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:
Julian Storer 2010-07-17 11:36:12 -05:00
parent 216d258ceb
commit bd4df346bc
9 changed files with 31 additions and 49 deletions

View file

@ -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)
{