Compatibility changes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1936 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -295,8 +295,6 @@ void BControl::MakeFocus(bool focused)
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
void BControl::KeyDown(const char *bytes, int32 numBytes)
|
void BControl::KeyDown(const char *bytes, int32 numBytes)
|
||||||
{
|
{
|
||||||
BMessage* message = Window()->CurrentMessage();
|
|
||||||
|
|
||||||
if (numBytes == 1)
|
if (numBytes == 1)
|
||||||
{
|
{
|
||||||
switch (bytes[0])
|
switch (bytes[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user