Skip to content
Permalink
Browse files
remove bitmap cursors
use window system cursors instead
followup 3624d7b
  • Loading branch information
3nids committed Aug 23, 2016
1 parent f5aa28b commit 579ec8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
@@ -401,6 +401,11 @@ be returned in place of a null pointer.</li>
<li>updateCRSCache() has been renamed to updateCrsCache</li>
</ul>

\subsection qgis_api_break_3_0_QgsCursors QgsCursors

<ul>
<li>remove old bitmap cursors pan and pan_mask. Use window system curosrs instead.</li>

\subsection qgis_api_break_3_0_QgsDataDefined QgsDataDefined

<ul>
@@ -24,9 +24,6 @@
extern GUI_EXPORT const char *zoom_in[];
extern GUI_EXPORT const char *zoom_out[];

extern GUI_EXPORT const unsigned char pan_bits[]; // TODO QGIS3: Removeme
extern GUI_EXPORT const unsigned char pan_mask_bits[]; // TODO QGIS3: Removeme

extern GUI_EXPORT const char *capture_point_cursor[];
extern GUI_EXPORT const char *select_cursor[];
extern GUI_EXPORT const char *identify_cursor[];

0 comments on commit 579ec8b

Please sign in to comment.