diff options
author | Peter Varga <pvarga@inf.u-szeged.hu> | 2019-01-30 15:17:57 +0100 |
---|---|---|
committer | Peter Varga <pvarga@inf.u-szeged.hu> | 2019-01-30 14:45:33 +0000 |
commit | c677809fe785df63fe97608cb5a949302b2f0c66 (patch) | |
tree | 849044c84b7b38c00f0b7a8e7e442c7b97c4e0db /chromium | |
parent | da39b80d59fe1986ba7b62439de2e53f299a9c85 (diff) | |
download | qtwebengine-chromium-c677809fe785df63fe97608cb5a949302b2f0c66.tar.gz |
Make text selection handles available on macOS too
Task-number: QTBUG-59999
Change-Id: I67b67aa88e1ef985441d8b3bd86d02ee265b38cf
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium')
-rw-r--r-- | chromium/ui/resources/ui_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/resources/ui_resources.grd b/chromium/ui/resources/ui_resources.grd index 6d38ed3f886..503873c967d 100644 --- a/chromium/ui/resources/ui_resources.grd +++ b/chromium/ui/resources/ui_resources.grd @@ -155,7 +155,7 @@ <structure type="chrome_scaled_image" name="IDR_SIGNAL_3_BAR_SELECTED" file="common/signal_3_bar_selected.png" /> <structure type="chrome_scaled_image" name="IDR_SIGNAL_4_BAR_SELECTED" file="common/signal_4_bar_selected.png" /> </if> - <if expr="use_aura"> + <if expr="use_aura or is_macosx"> <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_CENTER" file="common/text_selection_handle_center.png" /> <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_LEFT" file="common/text_selection_handle_left.png" /> <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_RIGHT" file="common/text_selection_handle_right.png" /> |