mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.
This commit is contained in:
parent
35286f06be
commit
a9aae9651b
36 changed files with 1706 additions and 1862 deletions
|
|
@ -2403,7 +2403,7 @@ void LookAndFeel::drawTableHeaderColumn (Graphics& g, const String& columnName,
|
|||
g.setColour (Colour (0x99000000));
|
||||
g.fillPath (sortArrow, RectanglePlacement (RectanglePlacement::centred)
|
||||
.getTransformToFit (sortArrow.getBounds(),
|
||||
area.removeFromRight (height * 0.5f).reduced (2).toFloat()));
|
||||
area.removeFromRight (height / 2).reduced (2).toFloat()));
|
||||
}
|
||||
|
||||
g.setColour (Colours::black);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue