File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1380,7 +1380,7 @@ struct GUI
1380
1380
mainWindow.addOnKeyRelease(toDelegate(&onKeyRelease)); // Key release
1381
1381
mainWindow.addOnKeyPress(toDelegate(&onKeyPress)); // Key press
1382
1382
1383
- mnuResize.addOnButtonPress((Event e, Widget w){ btnResize.setSensitive = true ; wndResize.showAll(); return true ; }); // Resize images
1383
+ mnuResize.addOnButtonPress((Event e, Widget w){ btnResize.setSensitive = true ; fileImagesDir.setCurrentName( " " ); pbResize.setFraction( 0 ); wndResize.showAll(); return true ; }); // Resize images
1384
1384
mnuOpen.addOnButtonPress((Event e, Widget w){ actionOpenDir(); return true ; }); // Open a directory
1385
1385
mnuReload.addOnButtonPress((Event e, Widget w){ reloadDirectory(); return true ; }); // Reload the current directory
1386
1386
You can’t perform that action at this time.
0 commit comments