mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Fix showing layer buttons in the status-bar overlapped by the
transparent-color selector when we're moving pixels.
This commit is contained in:
parent
363f753929
commit
da491a601b
@ -495,7 +495,8 @@ bool StatusBar::onProcessMessage(JMessage msg)
|
||||
x -= width+4;
|
||||
}
|
||||
}
|
||||
else {
|
||||
// Show layers only when we are not moving pixels
|
||||
else if (!this->hasChild(m_movePixelsBox)) {
|
||||
// Available width for layers buttons
|
||||
int width = jrect_w(rc)/4;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user