Browse Source

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
remotes/patch_testing@481
Harold Bruintjes 17 years ago
parent
commit
ff0f73e9da
  1. 3
      PowerEditor/src/Notepad_plus.cpp
  2. BIN
      PowerEditor/src/cursors/drag.cur
  3. BIN
      PowerEditor/src/cursors/drag_interdit.cur
  4. BIN
      PowerEditor/src/cursors/drag_plus.cur

3
PowerEditor/src/Notepad_plus.cpp

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

BIN
PowerEditor/src/cursors/drag.cur

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B

BIN
PowerEditor/src/cursors/drag_interdit.cur

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B

BIN
PowerEditor/src/cursors/drag_plus.cur

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B

Loading…
Cancel
Save