aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-gtk.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-21 06:17:51 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-21 06:21:41 +0100
commitb82811963efb6170bbabbefe9acf1f023e5400ee (patch)
treeb164b9baff5610aa9a33a0592b97f114411e1f39 /interface-gtk.cpp
parent79fe6c5ed6af14cd6dc50e98d48a9650750d26db (diff)
downloadsciteco-b82811963efb6170bbabbefe9acf1f023e5400ee.tar.gz
GTK interface: show window only before going into event loop (so it is not displayed for longer running munged macros)
Diffstat (limited to 'interface-gtk.cpp')
-rw-r--r--interface-gtk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/interface-gtk.cpp b/interface-gtk.cpp
index 70b98b7..9145c27 100644
--- a/interface-gtk.cpp
+++ b/interface-gtk.cpp
@@ -72,7 +72,6 @@ InterfaceGtk::InterfaceGtk()
popup_widget = gtk_info_popup_new(cmdline_widget);
gtk_widget_grab_focus(cmdline_widget);
- gtk_widget_show_all(window);
ssm(SCI_SETFOCUS, TRUE);