Author: post
Date: 2012-10-29 17:09:11 +0100 (Mon, 29 Oct 2012)
New Revision: 4305
Modified:
trunk/src/rs-toolbox.c
Log:
Be sure to always have text box focused when clicked.
Modified: trunk/src/rs-toolbox.c
===================================================================
--- trunk/src/rs-toolbox.c 2012-10-29 15:56:09 UTC (rev 4304)
+++ trunk/src/rs-toolbox.c 2012-10-29 16:09:11 UTC (rev 4305)
@@ -390,6 +390,7 @@
/* Check if we can find a hidden window and just re-use
that */
if ((popup = g_object_get_data(G_OBJECT(range),
"rs-popup")))
{
+ gtk_widget_show_all(popup);
gtk_window_present(GTK_WINDOW(popup));
break;
}
@@ -418,6 +419,7 @@
g_signal_connect (popup, "delete-event",
G_CALLBACK(gtk_widget_hide_on_delete), NULL);
gtk_widget_show_all(popup);
+ gtk_window_present(GTK_WINDOW(popup));
}
default:
break;
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit