Update gtk79

This commit is contained in:
daleclack 2021-05-21 23:04:12 +08:00
parent cac8388db8
commit 1aee277463
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ void MyWin::btnback_clicked(){
//Show the dialog and wait for a user response: //Show the dialog and wait for a user response:
int result = dialog1.run(); int result = dialog1.run();
if(result=Gtk::RESPONSE_OK){ if(result==Gtk::RESPONSE_OK){
//Get the image file and set the image from the file //Get the image file and set the image from the file
std::string filename; std::string filename;
filename=dialog1.get_filename(); filename=dialog1.get_filename();