MwSetDarkTheme instead of MwToggleDarkTheme
This commit is contained in:
parent
5e492ee5b4
commit
64c3cdb4a5
5 changed files with 6 additions and 6 deletions
|
|
@ -296,7 +296,7 @@ MWDECL void MwHideCursor(MwWidget handle);
|
|||
* @param handle Widget
|
||||
* @param toggle Toggle
|
||||
*/
|
||||
MWDECL void MwToggleDarkTheme(MwWidget handle, int toggle);
|
||||
MWDECL void MwSetDarkTheme(MwWidget handle, int toggle);
|
||||
|
||||
/*!
|
||||
* @brief Gets the parent widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue