Menu

#1484 Respect mouse pointer size settings for reverse arrow cursor

Duplicate
closed
5
2024-04-20
2023-03-16
Zufu Liu
No

After change system caret size, system cursor size is also changed, it would be better to take this into account when loading reverse arrow cursor. however SystemParametersInfo(SPI_GETCARETWIDTH, 0, &width, 0) seems always gives width as 1.

GetGUIThreadInfo() has zero rcCaretwhen Scintilla windows has no input.

Discussion

  • Neil Hodgson

    Neil Hodgson - 2023-03-16

    It sounds like this is referring to the text cursor settings.

    It is the mouse pointer setting that should be used for the reverse arrow cursor.

    However, I can't find an SPI_ or SM_ value to find the mouse pointer size.

    Related: [#2321].

     

    Related

    Bugs: #2321

  • Zufu Liu

    Zufu Liu - 2023-03-16
    • summary: Respect caret size settings for reverse arrow cursor --> Respect mouse pointer size settings for reverse arrow cursor
    • Group: Initial --> Duplicate
     
  • Zufu Liu

    Zufu Liu - 2024-04-19
    • status: open --> closed
     
  • Zufu Liu

    Zufu Liu - 2024-04-20
    • labels: scintilla, win32 --> scintilla, win32, cursor
     

Log in to post a comment.

MongoDB Logo MongoDB