mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
working on goto window
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user