Move tab-drag cursor hotspot to tip of the arrow

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@181 f5eea248-9336-0410-98b8-ebc06183d4e3
pull/343/head^2
harrybharry 2008-04-23 15:47:52 +00:00
parent 92d4080546
commit a54e45dd48
4 changed files with 2 additions and 1 deletions

View File

@ -1867,7 +1867,8 @@ BOOL Notepad_plus::notify(SCNotification *notification)
if (_nativeLang) if (_nativeLang)
{ {
TiXmlNode *tabBarMenu = _nativeLang->FirstChild("Menu"); TiXmlNode *tabBarMenu = _nativeLang->FirstChild("Menu");
tabBarMenu = tabBarMenu->FirstChild("TabBar"); if (tabBarMenu)
tabBarMenu = tabBarMenu->FirstChild("TabBar");
if (tabBarMenu) if (tabBarMenu)
{ {
for (TiXmlNode *childNode = tabBarMenu->FirstChildElement("Item"); for (TiXmlNode *childNode = tabBarMenu->FirstChildElement("Item");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B