MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setRedrawOnSelectionChanged

Method setRedrawOnSelectionChanged

Gui/MultiInstancePanel.cpp:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void
306MultiInstancePanel::setRedrawOnSelectionChanged(bool redraw)
307{
308 assert( QThread::currentThread() == qApp->thread() );
309 _imp->redrawOnSelectionChanged = redraw;
310}
311
312////////////// TableView delegate
313

Callers 2

RemoveNodeCommandClass · 0.80
ensurePanelCreatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected