mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +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)
|
ColorPopup::ColorPopup(bool canPin)
|
||||||
: PopupWindowPin("Color Selector",
|
: PopupWindowPin(std::string(),
|
||||||
ClickBehavior::CloseOnClickInOtherWindow,
|
ClickBehavior::CloseOnClickInOtherWindow,
|
||||||
canPin)
|
canPin)
|
||||||
, m_vbox(VERTICAL)
|
, m_vbox(VERTICAL)
|
||||||
|
Loading…
Reference in New Issue
Block a user