~thomas-moenicke/phablet-extras/maliit-plugins-0.99-server

« back to all changes in this revision

Viewing changes to maliit-keyboard/lib/logic/keyboardloader.cpp

  • Committer: Tarmac
  • Author(s): Thomas Moenicke
  • Date: 2012-11-21 15:53:15 UTC
  • mfrom: (2085.1.3 springbok)
  • Revision ID: tarmac-20121121155315-le8aktkncj0nlzy8
removed rotation and position workaround.

Approved by Ricardo Mendoza, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
    case Key::ActionClose:
130
130
        skey_description.icon = KeyDescription::CloseIcon;
131
131
        break;
 
132
    case Key::ActionLeftLayout:
 
133
        skey_description.icon = KeyDescription::LeftLayoutIcon;
 
134
        break;
 
135
    case Key::ActionRightLayout:
 
136
        skey_description.icon = KeyDescription::RightLayoutIcon;
 
137
        break;
132
138
    default:
133
139
        if (skey.icon().isEmpty()) {
134
140
            skey_description.icon = KeyDescription::NoIcon;