(svn r24746) -Cleanup: Remove weird lowering of editboxes.

This commit is contained in:
frosch
2012-11-14 22:50:49 +00:00
parent 11f5889521
commit 44d79aa9e5
3 changed files with 0 additions and 3 deletions

View File

@@ -85,7 +85,6 @@ struct OskWindow : public Window {
}
this->SetWidgetDisabledState(WID_OSK_SPACE, !IsValidChar(' ', this->qs->afilter));
this->LowerWidget(WID_OSK_TEXT);
this->SetWidgetLoweredState(WID_OSK_SHIFT, HasBit(_keystate, KEYS_SHIFT));
this->SetWidgetLoweredState(WID_OSK_CAPS, HasBit(_keystate, KEYS_CAPS));
}