~landronimirc/supertux/editor-trunk

« back to all changes in this revision

Viewing changes to supertux-editor/Tools/ObjectSelectTool.cs

  • Committer: Jonas Kuemmerlin
  • Date: 2012-06-09 10:37:58 UTC
  • Revision ID: git-v1:f042f261202a9c1bbeb0390fd4e700759d6c8669
fixed bug #878 and the short fuse dispenser bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        {
99
99
                if (button == 1) {
100
100
                        IObject obj = FindObjectAt(mousePos);
101
 
 
 
101
                        Application.EditorApplication.CurrentRenderer.GrabFocus(); //HACK: remove focus from PropertiesView NOW so it can save things.
 
102
                        
102
103
                        if (obj == null)
103
104
                        {
104
105
                                // Start drawing the select rectangle