X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7dc234d633e255de95f17d62d513d0525efad1af..a5ba65d307a70408462170a687d8614caaeae025:/include/wx/combo.h diff --git a/include/wx/combo.h b/include/wx/combo.h index 2c7b1b7faf..36d9a720e2 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -58,12 +58,8 @@ enum // In wxOwnerDrawnComboBox, for instance, it cycles item. wxCC_SPECIAL_DCLICK = 0x0100, - // Use keyboard behaviour alternate to platform default: - // Up an down keys will show popup instead of cycling value. - wxCC_ALT_KEYS = 0x0200, - // Dropbutton acts like standard push button. - wxCC_STD_BUTTON = 0x0400 + wxCC_STD_BUTTON = 0x0200 };