MCPcopy Create free account
hub / github.com/Artikash/Textractor / SetAutoResize

Method SetAutoResize

extensions/extrawindow.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 };
301
302 void SetAutoResize(bool autoResize)
303 {
304 settings.setValue(AUTO_RESIZE_WINDOW_HEIGHT, this->autoResize = autoResize);
305 DisplaySentence();
306 };
307
308 void SetShowOriginal(bool showOriginal)
309 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected