problem with automatic scrollbar disappearing after focus loss (see #1208)
This commit is contained in:
parent
396bf9d1ec
commit
c252449388
1 changed files with 2 additions and 2 deletions
|
|
@ -434,8 +434,8 @@ namespace timeline {
|
||||||
this->pack_start (contentArea_, Gtk::PACK_EXPAND_WIDGET);
|
this->pack_start (contentArea_, Gtk::PACK_EXPAND_WIDGET);
|
||||||
|
|
||||||
contentArea_.set_shadow_type (Gtk::SHADOW_NONE);
|
contentArea_.set_shadow_type (Gtk::SHADOW_NONE);
|
||||||
contentArea_.set_policy (Gtk::POLICY_ALWAYS, Gtk::POLICY_AUTOMATIC); // always need a horizontal scrollbar
|
contentArea_.set_policy (Gtk::POLICY_ALWAYS, Gtk::POLICY_ALWAYS); // always use both scrollbars ////////////////TICKET #1208 : 2/2002 Gtk::POLICY_AUTOMATIC hides scrollbar after focus loss
|
||||||
contentArea_.property_expand() = true; // dynamically grab additional space
|
contentArea_.property_expand() = true; // dynamically grab additional space
|
||||||
contentArea_.add (mainCanvas_);
|
contentArea_.add (mainCanvas_);
|
||||||
|
|
||||||
// realise all initially configured elements....
|
// realise all initially configured elements....
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue