~sithlord48/makoureactor/trunk

« back to all changes in this revision

Viewing changes to widgets/FontGrid.cpp

  • Committer: myst6re
  • Date: 2020-08-08 11:59:53 UTC
  • Revision ID: git-v1:eb7fec7b6a7e50fd147b440e8aa005f341c9b218
switch (

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
{
140
140
        int letter;
141
141
 
142
 
        switch(e->key()) {
 
142
        switch (e->key()) {
143
143
        case Qt::Key_Left:
144
144
                letter = _letter - 1;
145
145
                if (letter >= 0) {