mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 21:44:22 +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);
|
app::Color::LongHumanReadableString);
|
||||||
if (m_alpha < 255) {
|
if (m_alpha < 255) {
|
||||||
char buf[256];
|
char buf[256];
|
||||||
sprintf(buf, ", Alpha %d", m_alpha);
|
sprintf(buf, " \xCE\xB1%d", m_alpha);
|
||||||
str += buf;
|
str += buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user