Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Simon Urbanek
I was trying to chase that one down when I was changing the background color for dark mode, because I couldn't use the most logical controlColor as it will be just be transparent - sort of a "ghost" window where you see its shadow but nothing on top. My solution was to use another system color t

Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Brandon Hurr
Yes, I've seen that behavior too. The scroll bar is nearly transparent as well. Not sure what's going on there either. Thanks, Brandon On Wed, May 20, 2020 at 4:16 PM Simon Urbanek wrote: > > Ok, great, thanks, I can replicate that on Catalina, will look into it. It's > really funny - if you us

Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Simon Urbanek
Ok, great, thanks, I can replicate that on Catalina, will look into it. It's really funny - if you use touch-pan for the text the background has suddenly "holes" that you an see through to the windows underneath... Thanks, Simon > On May 21, 2020, at 11:13 AM, Brandon Hurr wrote: > > Simon,

Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Brandon Hurr
Simon, Sure thing. I'm double clicking on an R script file and R GUI loads with the file in the editor. R-GUI is my R program. The session is "empty". > sessionInfo() R version 4.0.0 (2020-04-24) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Catalina 10.15.4 Matrix products: def

Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Simon Urbanek
Can you please, supply full sessionInfo(), macOS version and details to reproduce? You are apparently loading some file, so is this by drang-drop via Open, via restore, …? Thanks, Simon > On May 21, 2020, at 10:53 AM, Brandon Hurr wrote: > > When loading R-GUI I'm getting this weird offset