diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-04 15:42:32 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-02 09:50:16 +0000 |
| commit | b6c589d017483131f599764f65b1c48f950d6c61 (patch) | |
| tree | 2a48bbd066f5f57cf4cfb9a4c6965cd5e74f46de /src/ui/widget | |
| parent | fix attributes and add ui file (diff) | |
| download | inkscape-b6c589d017483131f599764f65b1c48f950d6c61.tar.gz inkscape-b6c589d017483131f599764f65b1c48f950d6c61.zip | |
Styling fixes and remove a crash
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/ink-flow-box.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/ink-flow-box.cpp b/src/ui/widget/ink-flow-box.cpp index d102ceb6c..c753a41da 100644 --- a/src/ui/widget/ink-flow-box.cpp +++ b/src/ui/widget/ink-flow-box.cpp @@ -28,6 +28,7 @@ InkFlowBox::InkFlowBox(const gchar *name) _flowbox.set_activate_on_single_click(true); Gtk::ToggleButton *tbutton = new Gtk::ToggleButton("", false); tbutton->set_always_show_image(true); + _flowbox.set_selection_mode(Gtk::SelectionMode::SELECTION_NONE); Inkscape::Preferences *prefs = Inkscape::Preferences::get(); tbutton->set_active(prefs->getBool(Glib::ustring("/dialogs/") + get_name() + Glib::ustring("/flowbox/lock"), true)); Glib::ustring iconname = "object-unlocked"; |
