mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-10 01:13:49 +00:00
Show palette entry info in status bar correctly when there are selected colors (fix #1777)
This commit is contained in:
parent
f0d61b0557
commit
7f2082e89c
@ -904,7 +904,9 @@ void PaletteView::setStatusBar()
|
||||
|
||||
case State::WAITING:
|
||||
case State::SELECTING_COLOR:
|
||||
if (m_hot.part == Hit::COLOR) {
|
||||
if (m_hot.part == Hit::COLOR ||
|
||||
m_hot.part == Hit::OUTLINE ||
|
||||
m_hot.part == Hit::POSSIBLE_COLOR) {
|
||||
int i = MID(0, m_hot.color, currentPalette()->size()-1);
|
||||
|
||||
StatusBar::instance()->showColor(
|
||||
|
Loading…
x
Reference in New Issue
Block a user