Opened 15 years ago
Closed 13 years ago
#828 closed defect (fixed)
wxPython GUI: gtk error message when viewing vectors and attributes
Reported by: | rshepard | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | gtk widget_size_allocation | Cc: | grass-dev@… |
CPU: | x86-32 | Platform: | Linux |
Description (last modified by )
Running grass-6.4.0svn with wxPython GUI. I load a vector map and see this in the virtual terminal window:
(python:20236): Gtk-WARNING : gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
Do you mean after you open "Attribute Table Manager"?
This was reported much earlier (bug 299?) with a height of 15. It is apparently not yet fixed in all modules.
#299 is not related.
Change History (4)
comment:1 by , 15 years ago
Component: | Display → wxGUI |
---|---|
Description: | modified (diff) |
Keywords: | wxPython removed |
Priority: | normal → minor |
comment:2 by , 15 years ago
Replying to rshepard: Running grass-6.4.0svn with wxPython GUI. I load a vector map and see this in the virtual terminal window:
(python:20236): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
This was reported much earlier (bug 299?) with a height of 15. It is apparently not yet fixed in all modules.
comment:3 by , 15 years ago
Replying to rshepard:
Running grass-6.4.0svn with wxPython GUI. I load a vector map and see this in the virtual terminal window:
(python:20236): Gtk-WARNING : gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
Do you mean after you open "Attribute Table Manager"?
This was reported much earlier (bug 299?) with a height of 15. It is apparently not yet fixed in all modules.
#299 is not related.
I am confused how I manage to edit original report...
comment:4 by , 13 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Replying to rshepard: