08-30-2023, 12:12 PM
(This post was last modified: 08-30-2023, 12:13 PM by mnrvovrfc.
Edit Reason: Forgot to clarify
)
As usual, amazing job, and I like the drawing hand and forearm!
The area around line 63 might benefit from the following:
This fixes the mouse problem on Linux after the color dialog is used.
The area around line 63 might benefit from the following:
Code: (Select All)
$IF WIN THEN
'This makes no sense, but it fixed the glitch in windows.
DO UNTIL _MOUSEX = mx AND _MOUSEY = my
mi = _MOUSEINPUT
_MOUSEMOVE mx, my
LOOP
$END IF
This fixes the mouse problem on Linux after the color dialog is used.