Home
last modified time | relevance | path

Searched refs:edit_on_selection (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.cpp433 : C4PropertyDelegate(factory, props), edit_on_selection(true) in C4PropertyDelegateDescendPath()
438 edit_on_selection = props->GetPropertyBool(P_EditOnSelection, edit_on_selection); in C4PropertyDelegateDescendPath()
492 if (by_selection && edit_on_selection) editor->button_pending = true; in CreateEditor()
H A DC4ConsoleQtPropListViewer.h148 bool edit_on_selection; variable