Share

wxFlatNotebook

Tracker: Bugs

5 Drop down arrow can get stuck in 'hover' state. fix supplied - ID: 1881715
Last Update: Tracker Item Submitted ( nobody )

The drop down arrow can get stuck in the 'hover state' after the mouse
leaves the window because it is not redrawn.

Its simple to fix:

svn diff:
Index: wxFlatNotebook.cpp
===================================================================
--- wxFlatNotebook.cpp (revision 42)
+++ wxFlatNotebook.cpp (working copy)
@@ -1596,6 +1596,7 @@
render->DrawX(this, dc);
render->DrawLeftArrow(this, dc);
render->DrawRightArrow(this, dc);
+ render->DrawDropDownArrow(this, dc);
if(GetSelection() != -1 && IsTabVisible((size_t)GetSelection()))
{
render->DrawTabX(this, dc,
m_pagesInfoVec[GetSelection()].GetXRect(), GetSelection(),
m_nTabXButtonStatus);


Nobody/Anonymous ( nobody ) - 2008-01-29 10:29

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.