ide/CodeEditor: Changed paramsList from a ListBox to a Window (It made no sense for...
authorJerome St-Louis <jerome@ecere.com>
Sun, 5 Feb 2012 06:27:42 +0000 (13:27 +0700)
committerJerome St-Louis <jerome@ecere.com>
Sun, 5 Feb 2012 06:27:42 +0000 (13:27 +0700)
ide/src/designer/CodeEditor.ec

index 86576ea..ab276f3 100644 (file)
@@ -1561,7 +1561,7 @@ class CodeEditor : Window
       }
    };
 
-   ListBox paramsList
+   Window paramsList
    {
       master = this, 
       interim = true,
@@ -1581,7 +1581,7 @@ class CodeEditor : Window
             Destroy(0);
             editor.membersListShown = false;
          }
-         return ListBox::OnActivate(active, previous, goOnWithActivation, direct);
+         return Window::OnActivate(active, previous, goOnWithActivation, direct);
       }
 
       bool OnKeyHit(Key key, unichar ch)