U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » LineEdit, EditFields, DocEdit » recent MinMax Refresh fix not GCC compilable
recent MinMax Refresh fix not GCC compilable [message #29451] Thu, 21 October 2010 14:54 Go to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
the recently introduced Refresh() fix for MinMax EditField
is GCC incompatible..needs sth like the following..

EditCtrl.h:244
...
	typedef EditValue<DataType, Cv> R;
...

	EditMinMax& Min(DataType min)                     { Cv::Min(min); R::Refresh(); return *this; }
...
 
Read Message
Read Message icon4.gif
Read Message
Read Message
Read Message
Previous Topic: [SECURITY] Drag-n-drop enabled in password fields
Next Topic: operator<<= in tree control reference example
Goto Forum:
  


Current Time: Mon May 04 11:32:59 GMT+2 2026

Total time taken to generate the page: 0.00499 seconds