* The keyboard target was always the first menu in the window list - no matter if that was hidden or not.
This fixes the bug described by Stefano in r23343. * Therefore, I enabled cached menu windows again. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23356 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
#include "utf8_functions.h"
|
||||
|
||||
#define USE_CACHED_MENUWINDOW 0
|
||||
#define USE_CACHED_MENUWINDOW 1
|
||||
|
||||
using std::nothrow;
|
||||
using BPrivate::BMenuWindow;
|
||||
|
||||
Reference in New Issue
Block a user