mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
34e3394062
commit
a4dcbf381e
4 changed files with 5 additions and 2 deletions
|
|
@ -6737,6 +6737,7 @@ static const unsigned char temp17[] = {47,42,13,10,32,32,61,61,61,61,61,61,61,61
|
|||
115,116,111,109,67,111,109,112,111,110,101,110,116,44,13,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
|
||||
32,32,32,32,32,112,117,98,108,105,99,32,84,105,109,101,114,13,10,123,13,10,32,32,32,32,105,110,116,32,98,108,111,98,88,44,32,98,108,111,
|
||||
98,89,59,13,10,13,10,112,117,98,108,105,99,58,13,10,32,32,32,32,67,117,115,116,111,109,77,101,110,117,67,111,109,112,111,110,101,110,116,40,
|
||||
41,13,10,32,32,32,32,32,32,32,32,98,108,111,98,88,32,40,48,41,44,32,13,10,32,32,32,32,32,32,32,32,98,108,111,98,89,32,40,48,
|
||||
41,13,10,32,32,32,32,123,13,10,32,32,32,32,32,32,32,32,47,47,32,115,101,116,32,111,102,102,32,97,32,116,105,109,101,114,32,116,111,32,
|
||||
109,111,118,101,32,97,32,98,108,111,98,32,97,114,111,117,110,100,32,111,110,32,116,104,105,115,32,99,111,109,112,111,110,101,110,116,32,101,118,101,
|
||||
114,121,13,10,32,32,32,32,32,32,32,32,47,47,32,51,48,48,32,109,105,108,108,105,115,101,99,111,110,100,115,32,45,32,115,101,101,32,116,104,
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ namespace BinaryData
|
|||
const int treeviewdemo_cppSize = 7534;
|
||||
|
||||
extern const char* widgetsdemo_cpp;
|
||||
const int widgetsdemo_cppSize = 52957;
|
||||
const int widgetsdemo_cppSize = 52997;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -175,6 +175,8 @@ class CustomMenuComponent : public PopupMenuCustomComponent,
|
|||
|
||||
public:
|
||||
CustomMenuComponent()
|
||||
blobX (0),
|
||||
blobY (0)
|
||||
{
|
||||
// set off a timer to move a blob around on this component every
|
||||
// 300 milliseconds - see the timerCallback() method.
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ public:
|
|||
{
|
||||
String resource (element->getDocument()->getResources()
|
||||
.browseForResource (T("Select an image file to add as a resource"),
|
||||
T("*.jpg;*.jpeg;*.png;*.gif"),
|
||||
T("*.jpg;*.jpeg;*.png;*.gif;*.svg"),
|
||||
File::nonexistent,
|
||||
String::empty));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue