Remove selection methods from nsIDocument -- they were bogus anyway, real selection lives in the pres shell
git-svn-id: svn://10.0.0.236/trunk@36352 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -641,7 +641,7 @@ void JSConsole::OnEditDelete()
|
||||
//
|
||||
void JSConsole::OnEditSelectAll()
|
||||
{
|
||||
SendMessage(mEditWindow, EM_SETSEL, (WPARAM)0, (LPARAM)-1);
|
||||
//SendMessage(mEditWindow, EM_SETSEL, (WPARAM)0, (LPARAM)-1);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user