diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-15 08:25:07 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-15 08:25:07 +0100 |
commit | 7d0a161e5297d0d29905facb2b290d1084ab29ac (patch) | |
tree | 8d50f795c94c6851414981f49e9966b44fba4fc3 /interface-gtk.cpp | |
parent | 2f7f0d19dd9622f33c2ac8fffac4c2b06f0ead8d (diff) | |
download | sciteco-7d0a161e5297d0d29905facb2b290d1084ab29ac.tar.gz |
changed default colors and moved stuff into user interface
* hardcoding the colors is only preliminary
* focus must be set in interface
Diffstat (limited to 'interface-gtk.cpp')
-rw-r--r-- | interface-gtk.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-gtk.cpp b/interface-gtk.cpp index 7fc645e..d049045 100644 --- a/interface-gtk.cpp +++ b/interface-gtk.cpp @@ -66,6 +66,10 @@ InterfaceGtk::InterfaceGtk() gtk_widget_grab_focus(cmdline_widget); gtk_widget_show_all(window); + + ssm(SCI_SETFOCUS, TRUE); + + cmdline_update(); } void |