Disables minimize and maximize operations on the Add Contact window. Reported by Damien Engels and discussed on dev by Lubomyr and Ingo.

cusax-fix
Yana Stamcheva 13 years ago
parent 33a801ae53
commit b911156ea3

@ -573,20 +573,14 @@ public Object getSource()
}
/**
* Maximizes the window.
* This window can't be maximized.
*/
public void maximize()
{
this.maximize();
}
public void maximize() {}
/**
* Minimizes the window.
* This window can't be minimized.
*/
public void minimize()
{
this.minimize();
}
public void minimize() {}
/**
* This method can be called to pass any params to the exported window. This

Loading…
Cancel
Save