mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-19 03:59:44 +00:00
Debug and clean editor
This commit is contained in:
parent
e9d6188092
commit
cba432b023
2 changed files with 4 additions and 6 deletions
|
@ -71,8 +71,6 @@ typedef struct Status {
|
|||
double MarginBarWidth = 50;
|
||||
double ScrollbarWidth = 30;
|
||||
double MoveIconWidth = 25;
|
||||
double MenuX, MenuY;
|
||||
double MoveX, MoveY;
|
||||
std::uint16_t CommentLinePerRow = 2;
|
||||
/// @brief Ask the editor to scroll for a specific amout of pixels
|
||||
double EventVScroll = 0, EventHScroll = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue