mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Fix clicking "Index" and "RGB" button on color selector
To avoid adding the m_titleLabel to the ColorPopup/PopupWindowPin().
This commit is contained in:
parent
62db0c73a3
commit
52375f3aa9
@ -48,7 +48,7 @@ enum {
|
||||
};
|
||||
|
||||
ColorPopup::ColorPopup(bool canPin)
|
||||
: PopupWindowPin("Color Selector",
|
||||
: PopupWindowPin(std::string(),
|
||||
ClickBehavior::CloseOnClickInOtherWindow,
|
||||
canPin)
|
||||
, m_vbox(VERTICAL)
|
||||
|
Loading…
Reference in New Issue
Block a user