mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Made the log text of the OSCMonitor demo more readable
This commit is contained in:
parent
a63f1808fc
commit
80b326ec48
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public:
|
|||
|
||||
if (isPositiveAndBelow (row, oscLogList.size()))
|
||||
{
|
||||
g.setColour (Colours::black);
|
||||
g.setColour (Colours::white);
|
||||
|
||||
g.drawText (oscLogList[row],
|
||||
Rectangle<int> (width, height).reduced (4, 0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue