mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +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
|
||||
{
|
||||
public:
|
||||
ComboBoxButton() : Button("") { }
|
||||
ComboBoxButton() : Button("") {
|
||||
setFocusStop(false);
|
||||
}
|
||||
|
||||
void onPaint(PaintEvent& ev) OVERRIDE {
|
||||
getTheme()->paintComboBoxButton(ev);
|
||||
|
Loading…
Reference in New Issue
Block a user