mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 13:20:28 +00:00
Avoid focus on a hidden widget in RGB/HSB text fields
This commit is contained in:
parent
461d311dff
commit
43a225afe0
@ -260,6 +260,9 @@ void ColorPopup::selectColorType(app::Color::Type type)
|
||||
case app::Color::MaskType: m_colorType.setSelectedItem(MASK_MODE); break;
|
||||
}
|
||||
|
||||
// Remove focus from some RGB/HSB text entry
|
||||
manager()->freeFocus();
|
||||
|
||||
m_vbox.layout();
|
||||
m_vbox.invalidate();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user