cloudhead / rx

👾 Modern and minimalist pixel editor
https://discord.gg/xHggPjfsS9
GNU General Public License v3.0
3.09k stars 109 forks source link

debug does not play nice with checker #55

Closed pop closed 4 years ago

pop commented 4 years ago

I noticed some strange behavior today when checker and deubg are both enabled.

Steps to reproduce: :one: Set checker = true and debug = true in your init.rx (or similar) config file. You can also set these in a running session. :two: Open rx. :three: Using the arrow keys navigate up and down. :white_square_button: Notice that the edit window and checker patterns go in opposite directions.

I can take a look at this when I get a chance. If you have any pointers on where the problem/fix might be I would appreciate the direction.

cloudhead commented 4 years ago

Nice catch, was a simple fix: 36a320a

pop commented 4 years ago

:+1: