mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Show alpha letter instead of "Alpha" text in StatusBar
This commit is contained in:
parent
3546f2c0e7
commit
486ab7dfc1
@ -478,7 +478,7 @@ void StatusBar::onPaint(ui::PaintEvent& ev)
|
||||
app::Color::LongHumanReadableString);
|
||||
if (m_alpha < 255) {
|
||||
char buf[256];
|
||||
sprintf(buf, ", Alpha %d", m_alpha);
|
||||
sprintf(buf, " \xCE\xB1%d", m_alpha);
|
||||
str += buf;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user