mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Added an alertwindow font setting to the lookandfeel class. Made sure the ComponentListener::componentChildrenChanged is called when component z-order changes. Fix for CoreMidi output timestamps.
This commit is contained in:
parent
7478c7f9ab
commit
e2ef26e91c
14 changed files with 124 additions and 105 deletions
|
|
@ -362,22 +362,22 @@ JUCER_COMPONENT_METADATA_START
|
|||
constructorParams="Project& project_" memberInitialisers="project (project_)">
|
||||
<COMPONENTS>
|
||||
<TABBEDCOMPONENT id="962c1575c4142253" memberName="configTabBox" focusOrder="0"
|
||||
position="8, 0, configTabBox.left + parent.right - 16, configTabBox.top + parent.bottom - 36"/>
|
||||
position="8, 0, this.left + parent.right - 16, this.top + parent.bottom - 36"/>
|
||||
<TEXTBUTTON id="b6625dfcdb1f4755" memberName="editConfigsButton" focusOrder="0"
|
||||
text="Add/Remove Configurations..." createCallback="1" radioGroup="0"
|
||||
connectedLeft="0" connectedRight="0" connectedTop="0" connectedBottom="0"
|
||||
backgroundColour="" textColour="" backgroundColourOn="" textColourOn=""
|
||||
position="8, parent.bottom - 30, editConfigsButton.left + 192, editConfigsButton.top + 22"/>
|
||||
position="8, parent.bottom - 30, this.left + 192, this.top + 22"/>
|
||||
<TEXTBUTTON id="a550a652e2666ee7" memberName="openProjectButton" focusOrder="0"
|
||||
text="Open Project in " createCallback="1" radioGroup="0" connectedLeft="0"
|
||||
connectedRight="0" connectedTop="0" connectedBottom="0" backgroundColour=""
|
||||
textColour="" backgroundColourOn="" textColourOn="" position="608, parent.bottom - 30, openProjectButton.left + 208, openProjectButton.top + 22"/>
|
||||
textColour="" backgroundColourOn="" textColourOn="" position="608, parent.bottom - 30, this.left + 208, this.top + 22"/>
|
||||
<TEXTBUTTON id="c1f6e5f9811b307e" memberName="editExportersButton" focusOrder="0"
|
||||
text="Add/Remove Exporters..." createCallback="1" radioGroup="0"
|
||||
connectedLeft="0" connectedRight="0" connectedTop="0" connectedBottom="0"
|
||||
backgroundColour="" textColour="" backgroundColourOn="" textColourOn=""
|
||||
position="208, parent.bottom - 30, editExportersButton.left + 160, editExportersButton.top + 22"/>
|
||||
<TEXTBUTTON id="dRGMyYx" name="" memberName="saveAndOpenButton" position="391, parent.bottom - 30, saveAndOpenButton.left + 208, saveAndOpenButton.top + 22"
|
||||
position="208, parent.bottom - 30, this.left + 160, this.top + 22"/>
|
||||
<TEXTBUTTON id="dRGMyYx" name="" memberName="saveAndOpenButton" position="391, parent.bottom - 30, this.left + 208, this.top + 22"
|
||||
text="Save And Open in" createCallback="1" radioGroup="0" connectedLeft="0"
|
||||
connectedRight="0" connectedTop="0" connectedBottom="0"/>
|
||||
</COMPONENTS>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue