Community
Participate
Working Groups
Build Identifier: 3.5.1 Creating a compact CDateTime widget as follows: timeWidget = new CDateTime(composite, CDT.BORDER | CDT.COMPACT | CDT.TIME_MEDIUM |CDT.SPINNER); The spinner will only change the hour, not the minutes/seconds/AM/PM? Reproducible: Always Steps to Reproduce: 1.Create widget timeWidget = new CDateTime(composite, CDT.BORDER | CDT.COMPACT | CDT.TIME_MEDIUM |CDT.SPINNER) 2. Highlight anything but hour. 3. Click spinner, it will change the hour instead
Yes, I see it. If you create a patch then I will commit it.
Might be related to bug 285259.
Pushed to master. http://git.eclipse.org/c/nebula/org.eclipse.nebula.git/commit/?id=85b9d3049aa848ba786a5882f9f2c6a13bf93eff thanks for reporting