UI polish (scrollbar focus, tearoff menus), plus drag and drop fix.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user