risc os: URL bar: Fall back to URL drag if OS doesn't have text selection.

This commit is contained in:
Michael Drake 2020-11-03 10:23:50 +00:00
parent 925a76bcba
commit 59078c3f20
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ ro_gui_url_bar_click(struct url_bar *url_bar,
*/
if (pointer->buttons == wimp_DRAG_SELECT ||
pointer->buttons == wimp_DRAG_ADJUST) {
if (ns_wimp_has_text_selection()) {
if (!ns_wimp_has_text_selection()) {
if (pointer->i == url_bar->text.icon) {
if (action != NULL) {
*action = TOOLBAR_URL_DRAG_URL;