| 188 | } |
| 189 | |
| 190 | void WidgetsWindow::notifyMouseButtonClickPopupMode(MyGUI::Widget* _sender) |
| 191 | { |
| 192 | if (mPopupMode->getStateSelected()) |
| 193 | WidgetCreatorManager::getInstance().setPopupMode(false); |
| 194 | else |
| 195 | WidgetCreatorManager::getInstance().setPopupMode(true); |
| 196 | } |
| 197 | |
| 198 | } |
nothing calls this directly
no test coverage detected