mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Modifications to remove import six & use repr as per review comments
This commit is contained in:
@@ -116,9 +116,9 @@ assert when compiled in debug mode.""",
|
||||
pt = evt.GetPosition()
|
||||
item = self.gbs.FindItemAtPoint(pt)
|
||||
if item is None:
|
||||
print("no item at", pt)
|
||||
print("no item at", repr(pt))
|
||||
else:
|
||||
print("item found: ", item.GetPos(), "--", item.GetSpan())
|
||||
print("item found: ", repr(item.GetPos()), "--", repr(item.GetSpan()))
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user