mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
cleanup indentation
This commit is contained in:
@@ -69,7 +69,7 @@ private:
|
|||||||
|
|
||||||
// --------------------------------------------------- : Data
|
// --------------------------------------------------- : Data
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/// What parts are selected?
|
/// What parts are selected?
|
||||||
SymbolPartsSelection selected_parts;
|
SymbolPartsSelection selected_parts;
|
||||||
SymbolPartP highlight_part; ///< part the mouse cursor is over
|
SymbolPartP highlight_part; ///< part the mouse cursor is over
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ DECLARE_DYNAMIC_ARG(bool, drawing_card);
|
|||||||
|
|
||||||
/// A viewer can generate an image of some values, usually a card.
|
/// A viewer can generate an image of some values, usually a card.
|
||||||
class DataViewer : public SetView {
|
class DataViewer : public SetView {
|
||||||
public:
|
public:
|
||||||
DataViewer();
|
DataViewer();
|
||||||
~DataViewer();
|
~DataViewer();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user