Kaydet (Commit) c6ec7ed4 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

findbar: Allow F3 to search next when in the find combobox.

üst fd7d34ef
...@@ -157,7 +157,7 @@ long FindTextFieldControl::PreNotify( NotifyEvent& rNEvt ) ...@@ -157,7 +157,7 @@ long FindTextFieldControl::PreNotify( NotifyEvent& rNEvt )
} }
} }
if ( KEY_RETURN == nCode || (bMod1 && (KEY_G == nCode)) ) if ( KEY_RETURN == nCode || (bMod1 && (KEY_G == nCode)) || (KEY_F3 == nCode) )
{ {
Remember_Impl(GetText()); Remember_Impl(GetText());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment