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-ebc06183d4e3pull/343/head^2
parent
92d4080546
commit
a54e45dd48
|
@ -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 |
Loading…
Reference in New Issue