mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
The combobox button isn't a focus stop.
This commit is contained in:
parent
a74b9d89a0
commit
8c13c32ac0
@ -18,7 +18,9 @@ using namespace gfx;
|
|||||||
class ComboBoxButton : public Button
|
class ComboBoxButton : public Button
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ComboBoxButton() : Button("") { }
|
ComboBoxButton() : Button("") {
|
||||||
|
setFocusStop(false);
|
||||||
|
}
|
||||||
|
|
||||||
void onPaint(PaintEvent& ev) OVERRIDE {
|
void onPaint(PaintEvent& ev) OVERRIDE {
|
||||||
getTheme()->paintComboBoxButton(ev);
|
getTheme()->paintComboBoxButton(ev);
|
||||||
|
Loading…
Reference in New Issue
Block a user