bernds / q5Go

A tool for Go players: SGF editor, analysis tool, game database and pattern search tool, IGS client
GNU General Public License v2.0
171 stars 28 forks source link

games selection window works on one system but not another. #43

Closed wirelesstevmc closed 4 years ago

wirelesstevmc commented 4 years ago

I have compiled this on two of my (slackware64-current) systems now. On one system the 'game sekection' window docks all observed games into a single pane/window and on the other this does not seem to work. Even though I can enable/view the games selection window on the other system, each game wants to start in a separate window. Is this a compile feature? A library issue? Thanks.

wirelesstevmc commented 4 years ago

Sorry typo'd 'game sekection' above should read 'game selection' window.

bernds commented 4 years ago

I'm not entirely sure what you mean by game selection window? Do you mean the observation window for online games? There is a button on the client window toolbar to toggle behaviour between showing all games in a single window or opening individual ones. It's called "Observe mode", and it's to the right of the combo box for selecting the handicap range.

wirelesstevmc commented 4 years ago

That was it! Yes the "game selection" window is where the individual games/boards appear when you toggle "Observe mode" to single window. I must have found that button or accidentally clicked on the first build. Thanks a lot Bernds!