Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ disableScissoring
Method
disableScissoring
source/windowing/StarWidget.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void Widget::disableScissoring() {
90
m_doScissor = false;
91
}
92
93
void Widget::enableScissoring() {
94
m_doScissor = true;
Callers
10
constructWidget
Method · 0.80
spinnerHandler
Method · 0.80
radioGroupHandler
Method · 0.80
containerHandler
Method · 0.80
common
Method · 0.80
QuestTrackerPane
Method · 0.80
MainInterface
Method · 0.80
buildTeamBar
Method · 0.80
QuestLogInterface
Method · 0.80
buildItemDescriptionInner
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected