[ wxwindows-Bugs-1525903 ] wxSpinCtrl can't reach it's min value by mouse click

SourceForge.net noreply at sourceforge.net
Thu Jul 20 06:55:10 PDT 2006


Bugs item #1525903, was opened at 2006-07-20 21:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1525903&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxGTK specific
Group: Must fix
Status: Open
Resolution: None
Priority: 5
Submitted By: ahlong (ahlongxp)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxSpinCtrl can't reach it's min value by mouse click

Initial Comment:
I modified  the layout sample.
        m_spins[n]->SetRange(2,5);
I clicked the spin button serveral times and found that
I can't get to 2.
but SetValue(2) can make it.
I did the same under wxMSW and the phenomenon did not
exist.
so I draw the conclusion it's a bug.
I went through src/gtk/spinctrl.cpp,tried to fix it and
failed to. 

ubuntu dapper,wxWidgets 2.61 from apt source and
wxWidgets 2.63 with
patch2 built by myself. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1525903&group_id=9863




More information about the wx-dev mailing list