BlueFinBima/DCS-The-Way

Perimeter Crosshair box is drawn incorrectly.

Closed this issue · 4 comments

The perimeter box which denotes a partial screen is not being drawn correctly. Likely to be that the vertical lines are too long.

Not sure if my monitor is hiding the last row of pixels, or whether the drawRect(0,0,2560,1440) isn't quite working as advertised, but can't get too excited about not seeing the lower line in the rectangle. There might have once been another problem, but if there was, it should have been addressed by 9fe6aa7 . Closing because this is really a non-problem.

Hi, I use two monitors. The main window of TheWay shows on my main monitor, but the crosshair shows on my secondary monitor.

My question is, if TheWay's main window can detect and show on correct screen, why crosshair not?

Screen 2 is the main screen and TheWay's main window is on it. However the crosshair is always on Screen 1, not following TheWay's main window's position.

I use the source compiled from 6bc056c without any modification.

You can tell from following screenshots.

968)UYS}@CJN{%T}8A}}6GS

QQ图片20230104130025

QQ图片20230104130034

QQ图片20230104113040

@GoldJohnKing Have you told the program which display is being used for F10?
-d,--displaynumber <displaynumber> Number of the display device used for the F10 screen

@GoldJohnKing Have you told the program which display is being used for F10? -d,--displaynumber <displaynumber> Number of the display device used for the F10 screen

I did this and the crosshair goes alright. I am just curious if main window knows which screen to display, why not the crosshair? 😕

In other words, why not crosshair follows main window? ❓