working on goto window

This commit is contained in:
lostjared
2018-08-30 04:10:02 -07:00
parent 5ff297fc8f
commit 646faeac2c
2 changed files with 3 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ void GotoWindow::pressedGo() {
if(f_pos != goto_pos->sliderPosition()) {
goto_pos->setSliderPosition(f_pos);
}
showImage();
}
void GotoWindow::slideChanged(int pos) {
@@ -69,4 +70,5 @@ void GotoWindow::slideChanged(int pos) {
text = "";
stream << (pos);
goto_frame->setText(text);
}