UI polish (scrollbar focus, tearoff menus), plus drag and drop fix.

This commit is contained in:
Shyotl
2012-03-04 23:15:53 -06:00
parent 2d75e8fda6
commit d54c86e1df
4 changed files with 14 additions and 14 deletions

View File

@@ -269,7 +269,8 @@ U32 DOHexEditor::getProperSelectionEnd()
BOOL DOHexEditor::handleScrollWheel(S32 x, S32 y, S32 clicks)
{
return mScrollbar->handleScrollWheel( 0, 0, clicks );
mScrollbar->handleScrollWheel( 0, 0, clicks );
return TRUE;
}
BOOL DOHexEditor::handleMouseDown(S32 x, S32 y, MASK mask)