Project

General

Profile

Actions

Bug #2354

closed

WComboBox item grouping with LevelRole broken for unicode group names

Added by Anonymous over 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
10/23/2013
Due date:
% Done:

0%

Estimated time:

Description

WComboBox item grouping with LevelRole broken for Unicode group names.

If an identical unicode group name is assigned for a number of items, a new group header is added for each item.

Problem seems to be caused by this line in WComboBox.cpp :

@ if (!currentGroup ||

currentGroup->getProperty(PropertyLabel) != groupname)@

When changed like :

@ if (!currentGroup ||

currentGroup->getProperty(PropertyLabel) != groupname.toUTF8())@

problem seems to be solved.

Actions #1

Updated by Koen Deforche over 10 years ago

  • Status changed from New to InProgress
  • Assignee set to Korneel Dumon
  • Target version changed from 3.3.1 to 3.3.2
Actions #2

Updated by Korneel Dumon over 10 years ago

  • Status changed from InProgress to Resolved
Actions #3

Updated by Koen Deforche about 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF