1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a bug in AlertWindow layouts when using LookAndFeel_V4

This commit is contained in:
ed 2018-01-26 10:17:26 +00:00
parent 365507d7fd
commit 6dcc41c9a8

View file

@ -449,7 +449,7 @@ void LookAndFeel_V4::drawAlertBox (Graphics& g, AlertWindow& alert,
g.setColour (Colour (colour));
g.fillPath (icon);
iconSpaceUsed = iconSize;
iconSpaceUsed = iconWidth;
}
g.setColour (alert.findColour (AlertWindow::textColourId));