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

wxGUI/g.gui.psmap: fix resize line object #1032

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

tmszi
Copy link
Member

@tmszi tmszi commented Oct 19, 2020

To Reproduce:

  1. Launch Cartographic Composer g.gui.psmap
  2. Choose Add simple graphics tool - Line from toolbar
  3. Draw line
  4. Resize line with Pointer tool

g_gui_psmap_resize_line_object

Error message:

Traceback (most recent call last):
  File "/usr/lib64/grass79/gui/wxpython/psmap/frame.py", line 1497, in MouseActions
    self.OnDragging(event)
  File "/usr/lib64/grass79/gui/wxpython/psmap/frame.py", line 1917, in OnDragging
    bounds = wx.RectPP(pCanvas, pos)
AttributeError: module 'wx' has no attribute 'RectPP'

@tmszi tmszi added bug Something isn't working GUI wxGUI related labels Oct 19, 2020
@petrasovaa petrasovaa merged commit c183f48 into OSGeo:master Oct 20, 2020
@neteler neteler added this to the 7.8.5 milestone Oct 20, 2020
@tmszi tmszi deleted the fix-g-gui-psmap-resize-line branch October 29, 2020 07:48
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

Successfully merging this pull request may close these issues.

None yet

3 participants