comparison Applications/Samples/SimpleViewerApplicationSingleFile.h @ 366:a7de01c8fd29 am-2

new enum BitmapAnchor
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Nov 2018 11:55:45 +0100
parents ef31240a73f6
children face7b7008de
comparison
equal deleted inserted replaced
365:ef31240a73f6 366:a7de01c8fd29
170 { 170 {
171 case 's': 171 case 's':
172 widget.FitContent(); 172 widget.FitContent();
173 break; 173 break;
174 174
175 case 'l':
176 application_.currentTool_ = Tools_LineMeasure;
177 break;
178
179 case 'c':
180 application_.currentTool_ = Tools_CircleMeasure;
181 break;
182
175 default: 183 default:
176 break; 184 break;
177 } 185 }
178 } 186 }
179 }; 187 };