Commit bfa414a7 authored by Brad Lassey's avatar Brad Lassey
Browse files

bug 513867 - Soft keyboard covers the search buttons on samsung omnia r=dougt

parent 6d19022e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4178,6 +4178,14 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM &wParam, LPARAM &lParam,
    case WM_SETTINGCHANGE:
#if !defined (WINCE_WINDOWS_MOBILE)
      getWheelInfo = PR_TRUE;
#else
      switch (wParam) {
        case SPI_SIPMOVE:
        case SPI_SETSIPINFO:
        case SPI_SETCURRENTIM:
          nsWindowCE::NotifySoftKbObservers();
          break;
      }
#endif
      OnSettingsChange(wParam, lParam);
      break;