robertbasic / pugdebug

pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.
http://pugdebug.com/
Other
73 stars 15 forks source link

Set application wide mouse cursor #182

Closed robertbasic closed 7 years ago

robertbasic commented 7 years ago

Set an override mouse cursor application-wide so we don't have an IBeamCursor on the plain text widget where the source code is displayed.

Couldn't figure out how to change the cursor only on the plain text widget, so did an application wide change instead.