1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some toolbar customiser drag+drop problems.

This commit is contained in:
jules 2013-07-25 18:14:23 +01:00
parent 072c27d7f4
commit 7590e3f1fe
11 changed files with 72 additions and 100 deletions

View file

@ -28,7 +28,6 @@
#include "../buttons/juce_Button.h"
#include "../drawables/juce_Drawable.h"
#include "juce_Toolbar.h"
class ItemDragAndDropOverlayComponent;
//==============================================================================