diff options
author | Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> | 2016-08-23 12:46:31 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2016-08-26 08:48:27 +0000 |
commit | 4d61c01b71fcbe706ea4220d33294d4f5600ca31 (patch) | |
tree | 8ee36b9961391e5b6aeaba1bd9719c9eab540649 | |
parent | 348cc71eb0691878389aecc3db4fb979ea299340 (diff) | |
download | qtwebengine-chromium-4d61c01b71fcbe706ea4220d33294d4f5600ca31.tar.gz |
Bundle aura cursors when aura is used
We don't use native cursors on Windows, so we need image cursors like
on Linux.
Task-number: QTBUG-55395
Change-Id: I209ab54c0ede23ba68852af13ead2f9249e530c0
Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
-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 aa2cdb3fb5f..b3cb7787c57 100644 --- a/chromium/ui/resources/ui_resources.grd +++ b/chromium/ui/resources/ui_resources.grd @@ -31,7 +31,7 @@ <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATOR" file="common/app_list_user_indicator.png" /> </if> </if> - <if expr="is_linux and use_aura"> + <if expr="use_aura"> <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_ALIAS" file="common/pointers/alias_big.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_CELL" file="common/pointers/cell_big.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_BIG_COL_RESIZE" file="common/pointers/sb_h_double_arrow_big.png" /> |