icons
This commit is contained in:
@@ -71,7 +71,9 @@ public class Mouse extends MouseAdapter
|
|||||||
{
|
{
|
||||||
if (SwingUtilities.isRightMouseButton(e))
|
if (SwingUtilities.isRightMouseButton(e))
|
||||||
{
|
{
|
||||||
new WaypointPopup(o);
|
if(o instanceof Waypoint){
|
||||||
|
new WaypointPopup(o);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (o == selectedObject)
|
if (o == selectedObject)
|
||||||
{
|
{
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user