Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] wxGUI:g.gui.iclass: training and preview toolbars are not placed correctly after switching from fullscreen mode #1731

Open
lindakarlovska opened this issue Jul 17, 2021 · 1 comment
Labels
bug Something isn't working GUI wxGUI related

Comments

@lindakarlovska
Copy link
Contributor

Describe the bug
When you switch to full-screen mode, everything is ok. The problem occurs when you press F11 again and go back to the normal mode. Both toolbars are placed differently than they should be (than they previously were).

Wrong behavior:
Toolbars are placed at the bottom above each other.
Screenshot from 2021-07-17 09-50-22

Expected behavior:
Both displays have their own toolbars.
Screenshot from 2021-07-17 09-50-09

System description (please complete the following information):

  • GRASS GIS version [master]
@lindakarlovska lindakarlovska added bug Something isn't working GUI wxGUI related labels Jul 17, 2021
@tmszi
Copy link
Member

tmszi commented Aug 23, 2021

This error doesn't appear in the wxPython 4.1.1 version.

GRASS nc_basic_spm_grass7/PERMANENT:~ > python -c "import sys, wx; print(sys.version); print(wx.version())"
3.9.6 (default, Aug  8 2021, 07:26:00) 
[GCC 10.3.0]
4.1.1 gtk3 (phoenix) wxWidgets 3.1.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GUI wxGUI related
Projects
None yet
Development

No branches or pull requests

2 participants