summaryrefslogtreecommitdiff
path: root/gtk2_ardour/floating_text_entry.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-29 02:05:28 +0200
committerRobin Gareus <robin@gareus.org>2017-07-29 02:05:37 +0200
commit06c37b7c3ff7d8a920a8a5dd27a11b538b359f15 (patch)
tree54294af1c29951e7fad4bc966251088fb99b8906 /gtk2_ardour/floating_text_entry.h
parentb5e0b5b09f41d2529bf4ba37f69602f914828e58 (diff)
Fix edit-cursor in TextEntry
Gtk::WINDOW_POPUP cannot be used for windows that require focus. A gtk-entry without focus does not show an edit-cursor.
Diffstat (limited to 'gtk2_ardour/floating_text_entry.h')
-rw-r--r--gtk2_ardour/floating_text_entry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/floating_text_entry.h b/gtk2_ardour/floating_text_entry.h
index f52447de16..0527feca99 100644
--- a/gtk2_ardour/floating_text_entry.h
+++ b/gtk2_ardour/floating_text_entry.h
@@ -39,7 +39,6 @@ public:
private:
Gtk::Entry entry;
bool entry_changed;
- bool by_popup_menu;
/* handlers for Entry events */
bool entry_focus_out (GdkEventFocus*);
@@ -48,7 +47,6 @@ private:
void activated ();
bool button_press (GdkEventButton*);
void changed ();
- void populate_popup (Gtk::Menu*);
void idle_delete_self ();
void disconect_signals ();