Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Docking warning
Docking warning [message #31570] Tue, 15 March 2011 08:56
koldo is currently offline  koldo
Messages: 3356
Registered: August 2008
Senior Veteran
Hello

There is a warning in DockConfig.cpp:

void DockConfigDlg::OnTreeDrag()
{
	if (tree.GetCursor() >= 0 && tree.GetParent(tree.GetCursor()) == 0)
		return;
	tree.DoDragAndDrop(InternalClip(tree, "dockwindowdrag"),
	                       tree.GetDragSample(), DND_MOVE) == DND_MOVE;
}


The last "==" cannot do anything.


Best regards
IƱaki
Previous Topic: Bazaar page table changes
Next Topic: New video and web browser activex controls for windows
Goto Forum:
  


Current Time: Thu Apr 18 06:18:35 CEST 2024

Total time taken to generate the page: 0.02112 seconds