We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204de11 commit a5d5c94Copy full SHA for a5d5c94
meshroom/ui/qml/Viewer/SequencePlayer.qml
@@ -190,6 +190,8 @@ FloatingPane {
190
191
color: palette.text
192
horizontalAlignment: Text.AlignHCenter
193
+ selectByMouse: true
194
+
195
text: m.frame
196
197
onEditingFinished: {
@@ -308,6 +310,7 @@ FloatingPane {
308
310
id: fpsTextInput
309
311
312
Layout.preferredWidth: fpsMetrics.width
313
314
315
text: !focus ? m.fps + " FPS" : m.fps
316
0 commit comments