mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
6 lines
130 B
C++
6 lines
130 B
C++
#include <escher/toggleable_view.h>
|
|
|
|
void ToggleableView::setState(bool state) {
|
|
m_state = state;
|
|
markRectAsDirty(bounds());
|
|
} |