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:
parent
365507d7fd
commit
6dcc41c9a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue