forked from mia/Aegisub
Made the styling assistant require a double click to select a style, this fixes issues with mistakenly selecting a style when the user is just trying to focus the assistant
Originally committed to SVN as r3029.
This commit is contained in:
parent
a1677d3a2c
commit
1d945b9b3d
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ BEGIN_EVENT_TABLE(DialogStyling,wxDialog)
|
||||||
EVT_BUTTON(BUTTON_PLAY_AUDIO, DialogStyling::OnPlayAudioButton)
|
EVT_BUTTON(BUTTON_PLAY_AUDIO, DialogStyling::OnPlayAudioButton)
|
||||||
//EVT_TEXT_ENTER(ENTER_STYLE_BOX, DialogStyling::OnStyleBoxEnter)
|
//EVT_TEXT_ENTER(ENTER_STYLE_BOX, DialogStyling::OnStyleBoxEnter)
|
||||||
EVT_TEXT(ENTER_STYLE_BOX, DialogStyling::OnStyleBoxModified)
|
EVT_TEXT(ENTER_STYLE_BOX, DialogStyling::OnStyleBoxModified)
|
||||||
EVT_LISTBOX(STYLE_LIST, DialogStyling::OnListClicked)
|
EVT_LISTBOX_DCLICK(STYLE_LIST, DialogStyling::OnListClicked)
|
||||||
EVT_KEY_DOWN(DialogStyling::OnKeyDown)
|
EVT_KEY_DOWN(DialogStyling::OnKeyDown)
|
||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue