Browse Source

tags/2021-05-28
jules 18 years ago
parent
commit
a4dcbf381e
4 changed files with 5 additions and 2 deletions
  1. +1
    -0
      extras/juce demo/src/BinaryData.cpp
  2. +1
    -1
      extras/juce demo/src/BinaryData.h
  3. +2
    -0
      extras/juce demo/src/binarydata/WidgetsDemo.cpp
  4. +1
    -1
      extras/the jucer/src/model/paintelements/jucer_ImageResourceProperty.h

+ 1
- 0
extras/juce demo/src/BinaryData.cpp View File

@@ -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,


+ 1
- 1
extras/juce demo/src/BinaryData.h View File

@@ -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;
};


+ 2
- 0
extras/juce demo/src/binarydata/WidgetsDemo.cpp View File

@@ -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.


+ 1
- 1
extras/the jucer/src/model/paintelements/jucer_ImageResourceProperty.h View File

@@ -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…
Cancel
Save